Html Css Color HEX #FB27A8 Persian Rose

📋 copy color: '#FB27A8'

red 251 ◦ green 39 ◦ blue 168

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

Shades of Persian Rose #FB27A8

Tints of Persian Rose #FB27A8

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.52%

 BLUE value IS 168 (66.02% from 255) = 36.68%

R = 54.8%
G = 8.52%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB27A8 (or 0xFB27A8) is known color: Persian Rose. HEX triplet: FB, 27 and A8. RGB value is (251,39,168). Sum of RGB (Red+Green+Blue) = 251+39+168=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB27A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB27A8 is #04D857. Grayscale: #747474. Windows color (decimal): -317528 or 11020283. OLE color: 11020283.

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

Color convert

RGB 251 39 168 -
CMYK 0 0.84 0.33 0.02
HSL 323.49º 0.96% 0.57% -
HSV(B) 323.49º 0.84% 0.98% -
XYZ 47.58 24.79 39.32 -
YUV 117.09 156.74 223.51 -
System Red Green Blue C M Y K H S L
Decimal 251 39 168 0 0.84 0.33 0.02 323.49 0.96 0.57
Hex FB 27 A8 0 54 21 2 143 60 39
Octal 373 47 250 0 124 41 2 503 140 71
Binary 11111011 100111 10101000 0 1010100 100001 10 101000011 1100000 111001

Color Harmonies of #FB27A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB27A8

Black with #FB27A8

Text Example


Text Example

White with #FB27A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB27A8; }

 p { color: rgb(251,39,168); }

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

background-color css

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

 a { background-color: rgb(251,39,168); }

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

border-color css

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

 span { border-color: rgb(251,39,168); }

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