Html Css Color HEX #FF33A6 Persian Rose

📋 copy color: '#FF33A6'

red 255 ◦ green 51 ◦ blue 166

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

Shades of Persian Rose #FF33A6

Tints of Persian Rose #FF33A6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.81%

 BLUE value IS 166 (65.23% from 255) = 35.17%

R = 54.03%
G = 10.81%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF33A6 (or 0xFF33A6) is known color: Persian Rose. HEX triplet: FF, 33 and A6. RGB value is (255,51,166). Sum of RGB (Red+Green+Blue) = 255+51+166=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF33A6 is #00CC59. Grayscale: #7C7C7C. Windows color (decimal): -52314 or 10892287. OLE color: 10892287.

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

Color convert

RGB 255 51 166 -
CMYK 0 0.8 0.35 0
HSL 326.18º 1% 0.6% -
HSV(B) 326.18º 0.8% 1% -
XYZ 49.31 26.38 38.57 -
YUV 125.11 151.09 220.65 -
System Red Green Blue C M Y K H S L
Decimal 255 51 166 0 0.8 0.35 0 326.18 1 0.6
Hex FF 33 A6 0 50 23 0 146 64 3C
Octal 377 63 246 0 120 43 0 506 144 74
Binary 11111111 110011 10100110 0 1010000 100011 0 101000110 1100100 111100

Color Harmonies of #FF33A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF33A6

Black with #FF33A6

Text Example


Text Example

White with #FF33A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF33A6; }

 p { color: rgb(255,51,166); }

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

background-color css

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

 a { background-color: rgb(255,51,166); }

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

border-color css

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

 span { border-color: rgb(255,51,166); }

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