Html Css Color HEX #FF414F Radical Red

📋 copy color: '#FF414F'

red 255 ◦ green 65 ◦ blue 79

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

Shades of Radical Red #FF414F

Tints of Radical Red #FF414F

RGB

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

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

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

R = 63.91%
G = 16.29%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF414F (or 0xFF414F) is known color: Radical Red. HEX triplet: FF, 41 and 4F. RGB value is (255,65,79). Sum of RGB (Red+Green+Blue) = 255+65+79=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF414F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF414F is #00BEB0. Grayscale: #7B7B7B. Windows color (decimal): -48817 or 5194239. OLE color: 5194239.

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

Color convert

RGB 255 65 79 -
CMYK 0 0.75 0.69 0
HSL 355.58º 1% 0.63% -
HSV(B) 355.58º 0.75% 1% -
XYZ 44.54 25.61 9.99 -
YUV 123.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 255 65 79 0 0.75 0.69 0 355.58 1 0.63
Hex FF 41 4F 0 4B 45 0 164 64 3F
Octal 377 101 117 0 113 105 0 544 144 77
Binary 11111111 1000001 1001111 0 1001011 1000101 0 101100100 1100100 111111

Color Harmonies of #FF414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF414F

Black with #FF414F

Text Example


Text Example

White with #FF414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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