Html Css Color HEX #F23002 Scarlet

📋 copy color: '#F23002'

red 242 ◦ green 48 ◦ blue 2

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

Shades of Scarlet #F23002

Tints of Scarlet #F23002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 82.88%
G = 16.44%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F23002 (or 0xF23002) is known color: Scarlet. HEX triplet: F2, 30 and 02. RGB value is (242,48,2). Sum of RGB (Red+Green+Blue) = 242+48+2=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F23002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23002 is #0DCFFD. Grayscale: #656565. Windows color (decimal): -905214 or 143602. OLE color: 143602.

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

Color convert

RGB 242 48 2 -
CMYK 0 0.80 0.99 0.05
HSL 11.5º 0.98% 0.48% -
HSV(B) 11.5º 0.99% 0.95% -
XYZ 37.69 21 2.12 -
YUV 100.76 72.27 228.74 -
System Red Green Blue C M Y K H S L
Decimal 242 48 2 0 0.80 0.99 0.05 11.5 0.98 0.48
Hex F2 30 2 0 50 63 5 C 62 30
Octal 362 60 2 0 120 143 5 14 142 60
Binary 11110010 110000 10 0 1010000 1100011 101 1100 1100010 110000

Color Harmonies of #F23002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23002

Black with #F23002

Text Example


Text Example

White with #F23002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23002; }

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

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

background-color css

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

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

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

border-color css

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

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

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