Html Css Color HEX #F23000 Scarlet

📋 copy color: '#F23000'

red 242 ◦ green 48 ◦ blue 0

#F23000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #F23000

Tints of Scarlet #F23000

RGB

 RED value IS 242 (94.92% from 255) = 83.45%

 GREEN value IS 48 (19.14% from 255) = 16.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.45%
G = 16.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F23000 (or 0xF23000) is known color: Scarlet. HEX triplet: F2, 30 and 00. RGB value is (242,48,0). Sum of RGB (Red+Green+Blue) = 242+48+0=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F23000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23000 is #0DCFFF. Grayscale: #646464. Windows color (decimal): -905216 or 12530. OLE color: 12530.

HSL color Cylindrical-coordinate representation of color #F23000: hue angle of 11.9º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F23000 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 48 0 -
CMYK 0 0.80 1 0.05
HSL 11.9º 1% 0.47% -
HSV(B) 11.9º 1% 0.95% -
XYZ 37.67 20.99 2.07 -
YUV 100.53 71.27 228.9 -
System Red Green Blue C M Y K H S L
Decimal 242 48 0 0 0.80 1 0.05 11.9 1 0.47
Hex F2 30 0 0 50 64 5 C 64 2F
Octal 362 60 0 0 120 144 5 14 144 57
Binary 11110010 110000 0 0 1010000 1100100 101 1100 1100100 101111

Color Harmonies of #F23000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23000

Black with #F23000

Text Example


Text Example

White with #F23000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23000; }

 p { color: rgb(242,48,0); }

 H1.HeaderClassName
 {
   color: #F23000;
 }
 .AnyTagClassName
 {
   color: #F23000;
 }
</style>

background-color css

<style>
 a { background-color: #F23000; }

 a { background-color: rgb(242,48,0); }

 div.DivClassName
 {
   background-color: #F23000;
 }
 .BgClassName
 {
   background-color: #F23000;
 }
</style>

border-color css

<style>
 span { border-color: #F23000; }

 span { border-color: rgb(242,48,0); }

 td.TdClassName
 {
   border-color: #F23000;
 }
 .TagClassName
 {
   border-color: #F23000;
 }
</style>