Html Css Color HEX #F2423F Coral Red

📋 copy color: '#F2423F'

red 242 ◦ green 66 ◦ blue 63

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

Shades of Coral Red #F2423F

Tints of Coral Red #F2423F

RGB

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

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

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

R = 65.23%
G = 17.79%
B = 16.98%

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

#F2423F (or 0xF2423F) is known color: Coral Red. HEX triplet: F2, 42 and 3F. RGB value is (242,66,63). Sum of RGB (Red+Green+Blue) = 242+66+63=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2423F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2423F is #0DBDC0. Grayscale: #767676. Windows color (decimal): -900545 or 4145906. OLE color: 4145906.

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

Color convert

RGB 242 66 63 -
CMYK 0 0.73 0.74 0.05
HSL 1.01º 0.87% 0.6% -
HSV(B) 1.01º 0.74% 0.95% -
XYZ 39.46 23.13 7.09 -
YUV 118.28 96.81 216.24 -
System Red Green Blue C M Y K H S L
Decimal 242 66 63 0 0.73 0.74 0.05 1.01 0.87 0.6
Hex F2 42 3F 0 49 4A 5 1 57 3C
Octal 362 102 77 0 111 112 5 1 127 74
Binary 11110010 1000010 111111 0 1001001 1001010 101 1 1010111 111100

Color Harmonies of #F2423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2423F

Black with #F2423F

Text Example


Text Example

White with #F2423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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