Html Css Color HEX #F2423C Coral Red

📋 copy color: '#F2423C'

red 242 ◦ green 66 ◦ blue 60

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

Shades of Coral Red #F2423C

Tints of Coral Red #F2423C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 65.76%
G = 17.93%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2423C (or 0xF2423C) is known color: Coral Red. HEX triplet: F2, 42 and 3C. RGB value is (242,66,60). Sum of RGB (Red+Green+Blue) = 242+66+60=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2423C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2423C is #0DBDC3. Grayscale: #767676. Windows color (decimal): -900548 or 3949298. OLE color: 3949298.

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

Color convert

RGB 242 66 60 -
CMYK 0 0.73 0.75 0.05
HSL 1.98º 0.88% 0.59% -
HSV(B) 1.98º 0.75% 0.95% -
XYZ 39.38 23.1 6.66 -
YUV 117.94 95.31 216.49 -
System Red Green Blue C M Y K H S L
Decimal 242 66 60 0 0.73 0.75 0.05 1.98 0.88 0.59
Hex F2 42 3C 0 49 4B 5 2 58 3B
Octal 362 102 74 0 111 113 5 2 130 73
Binary 11110010 1000010 111100 0 1001001 1001011 101 10 1011000 111011

Color Harmonies of #F2423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2423C

Black with #F2423C

Text Example


Text Example

White with #F2423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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