Html Css Color HEX #F23205 Scarlet

📋 copy color: '#F23205'

red 242 ◦ green 50 ◦ blue 5

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

Shades of Scarlet #F23205

Tints of Scarlet #F23205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 81.48%
G = 16.84%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F23205 (or 0xF23205) is known color: Scarlet. HEX triplet: F2, 32 and 05. RGB value is (242,50,5). Sum of RGB (Red+Green+Blue) = 242+50+5=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F23205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23205 is #0DCDFA. Grayscale: #666666. Windows color (decimal): -904699 or 340722. OLE color: 340722.

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

Color convert

RGB 242 50 5 -
CMYK 0 0.79 0.98 0.05
HSL 11.39º 0.96% 0.48% -
HSV(B) 11.39º 0.98% 0.95% -
XYZ 37.79 21.17 2.24 -
YUV 102.28 73.11 227.66 -
System Red Green Blue C M Y K H S L
Decimal 242 50 5 0 0.79 0.98 0.05 11.39 0.96 0.48
Hex F2 32 5 0 4F 62 5 B 60 30
Octal 362 62 5 0 117 142 5 13 140 60
Binary 11110010 110010 101 0 1001111 1100010 101 1011 1100000 110000

Color Harmonies of #F23205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23205

Black with #F23205

Text Example


Text Example

White with #F23205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23205; }

 p { color: rgb(242,50,5); }

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

background-color css

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

 a { background-color: rgb(242,50,5); }

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

border-color css

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

 span { border-color: rgb(242,50,5); }

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