Html Css Color HEX #F2300F Scarlet

📋 copy color: '#F2300F'

red 242 ◦ green 48 ◦ blue 15

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

Shades of Scarlet #F2300F

Tints of Scarlet #F2300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 79.34%
G = 15.74%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2300F (or 0xF2300F) is known color: Scarlet. HEX triplet: F2, 30 and 0F. RGB value is (242,48,15). Sum of RGB (Red+Green+Blue) = 242+48+15=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F2300F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2300F is #0DCFF0. Grayscale: #666666. Windows color (decimal): -905201 or 995570. OLE color: 995570.

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

Color convert

RGB 242 48 15 -
CMYK 0 0.80 0.94 0.05
HSL 8.72º 0.9% 0.5% -
HSV(B) 8.72º 0.94% 0.95% -
XYZ 37.76 21.03 2.52 -
YUV 102.24 78.77 227.68 -
System Red Green Blue C M Y K H S L
Decimal 242 48 15 0 0.80 0.94 0.05 8.72 0.9 0.5
Hex F2 30 F 0 50 5E 5 9 5A 32
Octal 362 60 17 0 120 136 5 11 132 62
Binary 11110010 110000 1111 0 1010000 1011110 101 1001 1011010 110010

Color Harmonies of #F2300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2300F

Black with #F2300F

Text Example


Text Example

White with #F2300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2300F; }

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

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

background-color css

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

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

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

border-color css

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

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

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