Html Css Color HEX #F2403E Coral Red

📋 copy color: '#F2403E'

red 242 ◦ green 64 ◦ blue 62

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

Shades of Coral Red #F2403E

Tints of Coral Red #F2403E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.85%

R = 65.76%
G = 17.39%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2403E (or 0xF2403E) is known color: Coral Red. HEX triplet: F2, 40 and 3E. RGB value is (242,64,62). Sum of RGB (Red+Green+Blue) = 242+64+62=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2403E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2403E is #0DBFC1. Grayscale: #757575. Windows color (decimal): -901058 or 4079858. OLE color: 4079858.

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

Color convert

RGB 242 64 62 -
CMYK 0 0.74 0.74 0.05
HSL 0.67º 0.87% 0.6% -
HSV(B) 0.67º 0.74% 0.95% -
XYZ 39.32 22.89 6.9 -
YUV 116.99 96.97 217.16 -
System Red Green Blue C M Y K H S L
Decimal 242 64 62 0 0.74 0.74 0.05 0.67 0.87 0.6
Hex F2 40 3E 0 4A 4A 5 1 57 3C
Octal 362 100 76 0 112 112 5 1 127 74
Binary 11110010 1000000 111110 0 1001010 1001010 101 1 1010111 111100

Color Harmonies of #F2403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2403E

Black with #F2403E

Text Example


Text Example

White with #F2403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2403E; }

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

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

background-color css

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

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

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

border-color css

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

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

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