Html Css Color HEX #F23003 Scarlet

📋 copy color: '#F23003'

red 242 ◦ green 48 ◦ blue 3

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

Shades of Scarlet #F23003

Tints of Scarlet #F23003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 82.59%
G = 16.38%
B = 1.02%

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

#F23003 (or 0xF23003) is known color: Scarlet. HEX triplet: F2, 30 and 03. RGB value is (242,48,3). Sum of RGB (Red+Green+Blue) = 242+48+3=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F23003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23003 is #0DCFFC. Grayscale: #656565. Windows color (decimal): -905213 or 209138. OLE color: 209138.

HSL color Cylindrical-coordinate representation of color #F23003: hue angle of 11.3º 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 #F23003 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 48 3 -
CMYK 0 0.80 0.99 0.05
HSL 11.3º 0.98% 0.48% -
HSV(B) 11.3º 0.99% 0.95% -
XYZ 37.69 21 2.15 -
YUV 100.88 72.77 228.66 -
System Red Green Blue C M Y K H S L
Decimal 242 48 3 0 0.80 0.99 0.05 11.3 0.98 0.48
Hex F2 30 3 0 50 63 5 B 62 30
Octal 362 60 3 0 120 143 5 13 142 60
Binary 11110010 110000 11 0 1010000 1100011 101 1011 1100010 110000

Color Harmonies of #F23003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23003

Black with #F23003

Text Example


Text Example

White with #F23003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23003; }

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

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

background-color css

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

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

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

border-color css

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

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

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