Html Css Color HEX #FB209A Persian Rose

📋 copy color: '#FB209A'

red 251 ◦ green 32 ◦ blue 154

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

Shades of Persian Rose #FB209A

Tints of Persian Rose #FB209A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.32%

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 57.44%
G = 7.32%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB209A (or 0xFB209A) is known color: Persian Rose. HEX triplet: FB, 20 and 9A. RGB value is (251,32,154). Sum of RGB (Red+Green+Blue) = 251+32+154=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB209A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB209A is #04DF65. Grayscale: #6F6F6F. Windows color (decimal): -319334 or 10100987. OLE color: 10100987.

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

Color convert

RGB 251 32 154 -
CMYK 0 0.87 0.39 0.02
HSL 326.58º 0.96% 0.55% -
HSV(B) 326.58º 0.87% 0.98% -
XYZ 46.13 23.88 32.75 -
YUV 111.39 152.05 227.58 -
System Red Green Blue C M Y K H S L
Decimal 251 32 154 0 0.87 0.39 0.02 326.58 0.96 0.55
Hex FB 20 9A 0 57 27 2 147 60 37
Octal 373 40 232 0 127 47 2 507 140 67
Binary 11111011 100000 10011010 0 1010111 100111 10 101000111 1100000 110111

Color Harmonies of #FB209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB209A

Black with #FB209A

Text Example


Text Example

White with #FB209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB209A; }

 p { color: rgb(251,32,154); }

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

background-color css

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

 a { background-color: rgb(251,32,154); }

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

border-color css

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

 span { border-color: rgb(251,32,154); }

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