Html Css Color HEX #FF4242 Coral Red

📋 copy color: '#FF4242'

red 255 ◦ green 66 ◦ blue 66

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

Shades of Coral Red #FF4242

Tints of Coral Red #FF4242

RGB

 RED value IS 255 (100% from 255) = 65.89%

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

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

R = 65.89%
G = 17.05%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF4242 (or 0xFF4242) is known color: Coral Red. HEX triplet: FF, 42 and 42. RGB value is (255,66,66). Sum of RGB (Red+Green+Blue) = 255+66+66=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4242 is #00BDBD. Grayscale: #7A7A7A. Windows color (decimal): -48574 or 4342527. OLE color: 4342527.

HSL color Cylindrical-coordinate representation of color #FF4242: hue angle of 0º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4242 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 66 66 -
CMYK 0 0.74 0.74 0
HSL 1% 0.63% -
HSV(B) 0.74% 1% -
XYZ 44.17 25.55 7.76 -
YUV 122.51 96.12 222.5 -
System Red Green Blue C M Y K H S L
Decimal 255 66 66 0 0.74 0.74 0 0 1 0.63
Hex FF 42 42 0 4A 4A 0 0 64 3F
Octal 377 102 102 0 112 112 0 0 144 77
Binary 11111111 1000010 1000010 0 1001010 1001010 0 0 1100100 111111

Color Harmonies of #FF4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4242

Black with #FF4242

Text Example


Text Example

White with #FF4242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4242; }

 p { color: rgb(255,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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