Html Css Color HEX #FF36AA Persian Rose

📋 copy color: '#FF36AA'

red 255 ◦ green 54 ◦ blue 170

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

Shades of Persian Rose #FF36AA

Tints of Persian Rose #FF36AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.27%

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 53.24%
G = 11.27%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF36AA (or 0xFF36AA) is known color: Persian Rose. HEX triplet: FF, 36 and AA. RGB value is (255,54,170). Sum of RGB (Red+Green+Blue) = 255+54+170=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF36AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF36AA is #00C955. Grayscale: #7F7F7F. Windows color (decimal): -51542 or 11155199. OLE color: 11155199.

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

Color convert

RGB 255 54 170 -
CMYK 0 0.79 0.33 0
HSL 325.37º 1% 0.61% -
HSV(B) 325.37º 0.79% 1% -
XYZ 49.81 26.8 40.58 -
YUV 127.32 152.09 219.07 -
System Red Green Blue C M Y K H S L
Decimal 255 54 170 0 0.79 0.33 0 325.37 1 0.61
Hex FF 36 AA 0 4F 21 0 145 64 3D
Octal 377 66 252 0 117 41 0 505 144 75
Binary 11111111 110110 10101010 0 1001111 100001 0 101000101 1100100 111101

Color Harmonies of #FF36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF36AA

Black with #FF36AA

Text Example


Text Example

White with #FF36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF36AA; }

 p { color: rgb(255,54,170); }

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

background-color css

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

 a { background-color: rgb(255,54,170); }

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

border-color css

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

 span { border-color: rgb(255,54,170); }

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