Html Css Color HEX #F2443C Coral Red

📋 copy color: '#F2443C'

red 242 ◦ green 68 ◦ blue 60

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

Shades of Coral Red #F2443C

Tints of Coral Red #F2443C

RGB

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

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

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

R = 65.41%
G = 18.38%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2443C (or 0xF2443C) is known color: Coral Red. HEX triplet: F2, 44 and 3C. RGB value is (242,68,60). Sum of RGB (Red+Green+Blue) = 242+68+60=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2443C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2443C is #0DBBC3. Grayscale: #777777. Windows color (decimal): -900036 or 3949810. OLE color: 3949810.

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

Color convert

RGB 242 68 60 -
CMYK 0 0.72 0.75 0.05
HSL 2.64º 0.88% 0.59% -
HSV(B) 2.64º 0.75% 0.95% -
XYZ 39.5 23.34 6.7 -
YUV 119.11 94.65 215.65 -
System Red Green Blue C M Y K H S L
Decimal 242 68 60 0 0.72 0.75 0.05 2.64 0.88 0.59
Hex F2 44 3C 0 48 4B 5 3 58 3B
Octal 362 104 74 0 110 113 5 3 130 73
Binary 11110010 1000100 111100 0 1001000 1001011 101 11 1011000 111011

Color Harmonies of #F2443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2443C

Black with #F2443C

Text Example


Text Example

White with #F2443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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