Html Css Color HEX #FF3066 Radical Red

📋 copy color: '#FF3066'

red 255 ◦ green 48 ◦ blue 102

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

Shades of Radical Red #FF3066

Tints of Radical Red #FF3066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.85%

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

R = 62.96%
G = 11.85%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FF3066 (or 0xFF3066) is known color: Radical Red. HEX triplet: FF, 30 and 66. RGB value is (255,48,102). Sum of RGB (Red+Green+Blue) = 255+48+102=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3066 is #00CF99. Grayscale: #747474. Windows color (decimal): -53146 or 6697215. OLE color: 6697215.

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

Color convert

RGB 255 48 102 -
CMYK 0 0.81 0.6 0
HSL 344.35º 1% 0.59% -
HSV(B) 344.35º 0.81% 1% -
XYZ 44.7 24.33 14.91 -
YUV 116.05 120.08 227.11 -
System Red Green Blue C M Y K H S L
Decimal 255 48 102 0 0.81 0.6 0 344.35 1 0.59
Hex FF 30 66 0 51 3C 0 158 64 3B
Octal 377 60 146 0 121 74 0 530 144 73
Binary 11111111 110000 1100110 0 1010001 111100 0 101011000 1100100 111011

Color Harmonies of #FF3066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3066

Black with #FF3066

Text Example


Text Example

White with #FF3066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3066; }

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

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

background-color css

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

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

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

border-color css

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

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

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