Html Css Color HEX #FF36AB Persian Rose

📋 copy color: '#FF36AB'

red 255 ◦ green 54 ◦ blue 171

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

Shades of Persian Rose #FF36AB

Tints of Persian Rose #FF36AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 53.13%
G = 11.25%
B = 35.63%

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

#FF36AB (or 0xFF36AB) is known color: Persian Rose. HEX triplet: FF, 36 and AB. RGB value is (255,54,171). Sum of RGB (Red+Green+Blue) = 255+54+171=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF36AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF36AB is #00C954. Grayscale: #7F7F7F. Windows color (decimal): -51541 or 11220735. OLE color: 11220735.

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

Color convert

RGB 255 54 171 -
CMYK 0 0.79 0.33 0
HSL 325.07º 1% 0.61% -
HSV(B) 325.07º 0.79% 1% -
XYZ 49.91 26.84 41.08 -
YUV 127.44 152.59 218.99 -
System Red Green Blue C M Y K H S L
Decimal 255 54 171 0 0.79 0.33 0 325.07 1 0.61
Hex FF 36 AB 0 4F 21 0 145 64 3D
Octal 377 66 253 0 117 41 0 505 144 75
Binary 11111111 110110 10101011 0 1001111 100001 0 101000101 1100100 111101

Color Harmonies of #FF36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF36AB

Black with #FF36AB

Text Example


Text Example

White with #FF36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF36AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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