Html Css Color HEX #F2423E Coral Red

📋 copy color: '#F2423E'

red 242 ◦ green 66 ◦ blue 62

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

Shades of Coral Red #F2423E

Tints of Coral Red #F2423E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.84%

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

R = 65.41%
G = 17.84%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2423E (or 0xF2423E) is known color: Coral Red. HEX triplet: F2, 42 and 3E. RGB value is (242,66,62). Sum of RGB (Red+Green+Blue) = 242+66+62=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2423E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2423E is #0DBDC1. Grayscale: #767676. Windows color (decimal): -900546 or 4080370. OLE color: 4080370.

HSL color Cylindrical-coordinate representation of color #F2423E: hue angle of 1.33º 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 #F2423E is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 66 62 -
CMYK 0 0.73 0.74 0.05
HSL 1.33º 0.87% 0.6% -
HSV(B) 1.33º 0.74% 0.95% -
XYZ 39.44 23.12 6.94 -
YUV 118.17 96.31 216.33 -
System Red Green Blue C M Y K H S L
Decimal 242 66 62 0 0.73 0.74 0.05 1.33 0.87 0.6
Hex F2 42 3E 0 49 4A 5 1 57 3C
Octal 362 102 76 0 111 112 5 1 127 74
Binary 11110010 1000010 111110 0 1001001 1001010 101 1 1010111 111100

Color Harmonies of #F2423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2423E

Black with #F2423E

Text Example


Text Example

White with #F2423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2423E; }

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

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

background-color css

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

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

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

border-color css

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

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

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