Html Css Color HEX #FF424F Radical Red

📋 copy color: '#FF424F'

red 255 ◦ green 66 ◦ blue 79

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

Shades of Radical Red #FF424F

Tints of Radical Red #FF424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.75%

R = 63.75%
G = 16.5%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF424F (or 0xFF424F) is known color: Radical Red. HEX triplet: FF, 42 and 4F. RGB value is (255,66,79). Sum of RGB (Red+Green+Blue) = 255+66+79=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF424F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF424F is #00BDB0. Grayscale: #7C7C7C. Windows color (decimal): -48561 or 5194495. OLE color: 5194495.

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

Color convert

RGB 255 66 79 -
CMYK 0 0.74 0.69 0
HSL 355.87º 1% 0.63% -
HSV(B) 355.87º 0.74% 1% -
XYZ 44.6 25.72 10.01 -
YUV 123.99 102.62 221.44 -
System Red Green Blue C M Y K H S L
Decimal 255 66 79 0 0.74 0.69 0 355.87 1 0.63
Hex FF 42 4F 0 4A 45 0 164 64 3F
Octal 377 102 117 0 112 105 0 544 144 77
Binary 11111111 1000010 1001111 0 1001010 1000101 0 101100100 1100100 111111

Color Harmonies of #FF424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF424F

Black with #FF424F

Text Example


Text Example

White with #FF424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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