Html Css Color HEX #FF4260 Radical Red

📋 copy color: '#FF4260'

red 255 ◦ green 66 ◦ blue 96

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

Shades of Radical Red #FF4260

Tints of Radical Red #FF4260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.02%

R = 61.15%
G = 15.83%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF4260 (or 0xFF4260) is known color: Radical Red. HEX triplet: FF, 42 and 60. RGB value is (255,66,96). Sum of RGB (Red+Green+Blue) = 255+66+96=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4260 is #00BD9F. Grayscale: #7E7E7E. Windows color (decimal): -48544 or 6308607. OLE color: 6308607.

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

Color convert

RGB 255 66 96 -
CMYK 0 0.74 0.62 0
HSL 350.48º 1% 0.63% -
HSV(B) 350.48º 0.74% 1% -
XYZ 45.3 26 13.7 -
YUV 125.93 111.12 220.06 -
System Red Green Blue C M Y K H S L
Decimal 255 66 96 0 0.74 0.62 0 350.48 1 0.63
Hex FF 42 60 0 4A 3E 0 15E 64 3F
Octal 377 102 140 0 112 76 0 536 144 77
Binary 11111111 1000010 1100000 0 1001010 111110 0 101011110 1100100 111111

Color Harmonies of #FF4260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4260

Black with #FF4260

Text Example


Text Example

White with #FF4260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4260; }

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

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

background-color css

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

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

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

border-color css

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

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

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