Html Css Color HEX #F2403B Coral Red

📋 copy color: '#F2403B'

red 242 ◦ green 64 ◦ blue 59

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

Shades of Coral Red #F2403B

Tints of Coral Red #F2403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.53%

 BLUE value IS 59 (23.44% from 255) = 16.16%

R = 66.3%
G = 17.53%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2403B (or 0xF2403B) is known color: Coral Red. HEX triplet: F2, 40 and 3B. RGB value is (242,64,59). Sum of RGB (Red+Green+Blue) = 242+64+59=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F2403B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2403B is #0DBFC4. Grayscale: #747474. Windows color (decimal): -901061 or 3883250. OLE color: 3883250.

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

Color convert

RGB 242 64 59 -
CMYK 0 0.74 0.76 0.05
HSL 1.64º 0.88% 0.59% -
HSV(B) 1.64º 0.76% 0.95% -
XYZ 39.24 22.86 6.48 -
YUV 116.65 95.47 217.41 -
System Red Green Blue C M Y K H S L
Decimal 242 64 59 0 0.74 0.76 0.05 1.64 0.88 0.59
Hex F2 40 3B 0 4A 4C 5 2 58 3B
Octal 362 100 73 0 112 114 5 2 130 73
Binary 11110010 1000000 111011 0 1001010 1001100 101 10 1011000 111011

Color Harmonies of #F2403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2403B

Black with #F2403B

Text Example


Text Example

White with #F2403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2403B; }

 p { color: rgb(242,64,59); }

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

background-color css

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

 a { background-color: rgb(242,64,59); }

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

border-color css

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

 span { border-color: rgb(242,64,59); }

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