Html Css Color HEX #FB36A6 Persian Rose

📋 copy color: '#FB36A6'

red 251 ◦ green 54 ◦ blue 166

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

Shades of Persian Rose #FB36A6

Tints of Persian Rose #FB36A6

RGB

 RED value IS 251 (98.44% from 255) = 53.29%

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

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

R = 53.29%
G = 11.46%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB36A6 (or 0xFB36A6) is known color: Persian Rose. HEX triplet: FB, 36 and A6. RGB value is (251,54,166). Sum of RGB (Red+Green+Blue) = 251+54+166=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB36A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB36A6 is #04C959. Grayscale: #7D7D7D. Windows color (decimal): -313690 or 10893051. OLE color: 10893051.

HSL color Cylindrical-coordinate representation of color #FB36A6: hue angle of 325.89º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB36A6 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 54 166 -
CMYK 0 0.78 0.34 0.02
HSL 325.89º 0.96% 0.6% -
HSV(B) 325.89º 0.78% 0.98% -
XYZ 47.99 25.9 38.55 -
YUV 125.67 150.77 217.39 -
System Red Green Blue C M Y K H S L
Decimal 251 54 166 0 0.78 0.34 0.02 325.89 0.96 0.6
Hex FB 36 A6 0 4E 22 2 146 60 3C
Octal 373 66 246 0 116 42 2 506 140 74
Binary 11111011 110110 10100110 0 1001110 100010 10 101000110 1100000 111100

Color Harmonies of #FB36A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB36A6

Black with #FB36A6

Text Example


Text Example

White with #FB36A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB36A6; }

 p { color: rgb(251,54,166); }

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

background-color css

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

 a { background-color: rgb(251,54,166); }

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

border-color css

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

 span { border-color: rgb(251,54,166); }

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