Html Css Color HEX #F14442 Coral Red

📋 copy color: '#F14442'

red 241 ◦ green 68 ◦ blue 66

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

Shades of Coral Red #F14442

Tints of Coral Red #F14442

RGB

 RED value IS 241 (94.53% from 255) = 64.27%

 GREEN value IS 68 (26.95% from 255) = 18.13%

 BLUE value IS 66 (26.17% from 255) = 17.6%

R = 64.27%
G = 18.13%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F14442 (or 0xF14442) is known color: Coral Red. HEX triplet: F1, 44 and 42. RGB value is (241,68,66). Sum of RGB (Red+Green+Blue) = 241+68+66=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F14442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14442 is #0EBBBD. Grayscale: #777777. Windows color (decimal): -965566 or 4343025. OLE color: 4343025.

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

Color convert

RGB 241 68 66 -
CMYK 0 0.72 0.73 0.05
HSL 0.69º 0.86% 0.6% -
HSV(B) 0.69º 0.73% 0.95% -
XYZ 39.33 23.23 7.57 -
YUV 119.5 97.81 214.66 -
System Red Green Blue C M Y K H S L
Decimal 241 68 66 0 0.72 0.73 0.05 0.69 0.86 0.6
Hex F1 44 42 0 48 49 5 1 56 3C
Octal 361 104 102 0 110 111 5 1 126 74
Binary 11110001 1000100 1000010 0 1001000 1001001 101 1 1010110 111100

Color Harmonies of #F14442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14442

Black with #F14442

Text Example


Text Example

White with #F14442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14442; }

 p { color: rgb(241,68,66); }

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

background-color css

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

 a { background-color: rgb(241,68,66); }

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

border-color css

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

 span { border-color: rgb(241,68,66); }

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