Html Css Color HEX #F03F3F Coral Red

📋 copy color: '#F03F3F'

red 240 ◦ green 63 ◦ blue 63

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

Shades of Coral Red #F03F3F

Tints of Coral Red #F03F3F

RGB

 RED value IS 240 (94.14% from 255) = 65.57%

 GREEN value IS 63 (25% from 255) = 17.21%

 BLUE value IS 63 (25% from 255) = 17.21%

R = 65.57%
G = 17.21%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F03F3F (or 0xF03F3F) is known color: Coral Red. HEX triplet: F0, 3F and 3F. RGB value is (240,63,63). Sum of RGB (Red+Green+Blue) = 240+63+63=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03F3F is #0FC0C0. Grayscale: #747474. Windows color (decimal): -1032385 or 4145136. OLE color: 4145136.

HSL color Cylindrical-coordinate representation of color #F03F3F: hue angle of 0º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03F3F is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 63 63 -
CMYK 0 0.74 0.74 0.06
HSL 0.86% 0.59% -
HSV(B) 0.74% 0.94% -
XYZ 38.61 22.44 7 -
YUV 115.92 98.14 216.5 -
System Red Green Blue C M Y K H S L
Decimal 240 63 63 0 0.74 0.74 0.06 0 0.86 0.59
Hex F0 3F 3F 0 4A 4A 6 0 56 3B
Octal 360 77 77 0 112 112 6 0 126 73
Binary 11110000 111111 111111 0 1001010 1001010 110 0 1010110 111011

Color Harmonies of #F03F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F3F

Black with #F03F3F

Text Example


Text Example

White with #F03F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F3F; }

 p { color: rgb(240,63,63); }

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

background-color css

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

 a { background-color: rgb(240,63,63); }

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

border-color css

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

 span { border-color: rgb(240,63,63); }

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