Html Css Color HEX #FF2966 Radical Red

📋 copy color: '#FF2966'

red 255 ◦ green 41 ◦ blue 102

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

Shades of Radical Red #FF2966

Tints of Radical Red #FF2966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.3%

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

R = 64.07%
G = 10.3%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FF2966 (or 0xFF2966) is known color: Radical Red. HEX triplet: FF, 29 and 66. RGB value is (255,41,102). Sum of RGB (Red+Green+Blue) = 255+41+102=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2966 is #00D699. Grayscale: #6F6F6F. Windows color (decimal): -54938 or 6695423. OLE color: 6695423.

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

Color convert

RGB 255 41 102 -
CMYK 0 0.84 0.6 0
HSL 342.9º 1% 0.58% -
HSV(B) 342.9º 0.84% 1% -
XYZ 44.43 23.81 14.82 -
YUV 111.94 122.4 230.04 -
System Red Green Blue C M Y K H S L
Decimal 255 41 102 0 0.84 0.6 0 342.9 1 0.58
Hex FF 29 66 0 54 3C 0 157 64 3A
Octal 377 51 146 0 124 74 0 527 144 72
Binary 11111111 101001 1100110 0 1010100 111100 0 101010111 1100100 111010

Color Harmonies of #FF2966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2966

Black with #FF2966

Text Example


Text Example

White with #FF2966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2966; }

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

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

background-color css

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

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

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

border-color css

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

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

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