Html Css Color HEX #F2413F Coral Red

📋 copy color: '#F2413F'

red 242 ◦ green 65 ◦ blue 63

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

Shades of Coral Red #F2413F

Tints of Coral Red #F2413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.57%

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

R = 65.41%
G = 17.57%
B = 17.03%

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

#F2413F (or 0xF2413F) is known color: Coral Red. HEX triplet: F2, 41 and 3F. RGB value is (242,65,63). Sum of RGB (Red+Green+Blue) = 242+65+63=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2413F is #0DBEC0. Grayscale: #757575. Windows color (decimal): -900801 or 4145650. OLE color: 4145650.

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

Color convert

RGB 242 65 63 -
CMYK 0 0.73 0.74 0.05
HSL 0.67º 0.87% 0.6% -
HSV(B) 0.67º 0.74% 0.95% -
XYZ 39.41 23.02 7.07 -
YUV 117.7 97.14 216.66 -
System Red Green Blue C M Y K H S L
Decimal 242 65 63 0 0.73 0.74 0.05 0.67 0.87 0.6
Hex F2 41 3F 0 49 4A 5 1 57 3C
Octal 362 101 77 0 111 112 5 1 127 74
Binary 11110010 1000001 111111 0 1001001 1001010 101 1 1010111 111100

Color Harmonies of #F2413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2413F

Black with #F2413F

Text Example


Text Example

White with #F2413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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