Html Css Color HEX #FF4266 Radical Red

📋 copy color: '#FF4266'

red 255 ◦ green 66 ◦ blue 102

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

Shades of Radical Red #FF4266

Tints of Radical Red #FF4266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.11%

R = 60.28%
G = 15.6%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FF4266 (or 0xFF4266) is known color: Radical Red. HEX triplet: FF, 42 and 66. RGB value is (255,66,102). Sum of RGB (Red+Green+Blue) = 255+66+102=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4266 is #00BD99. Grayscale: #7E7E7E. Windows color (decimal): -48538 or 6701823. OLE color: 6701823.

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

Color convert

RGB 255 66 102 -
CMYK 0 0.74 0.6 0
HSL 348.57º 1% 0.63% -
HSV(B) 348.57º 0.74% 1% -
XYZ 45.59 26.12 15.21 -
YUV 126.62 114.12 219.57 -
System Red Green Blue C M Y K H S L
Decimal 255 66 102 0 0.74 0.6 0 348.57 1 0.63
Hex FF 42 66 0 4A 3C 0 15D 64 3F
Octal 377 102 146 0 112 74 0 535 144 77
Binary 11111111 1000010 1100110 0 1001010 111100 0 101011101 1100100 111111

Color Harmonies of #FF4266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4266

Black with #FF4266

Text Example


Text Example

White with #FF4266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4266; }

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

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

background-color css

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

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

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

border-color css

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

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

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