Html Css Color HEX #FB209B Persian Rose

📋 copy color: '#FB209B'

red 251 ◦ green 32 ◦ blue 155

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

Shades of Persian Rose #FB209B

Tints of Persian Rose #FB209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 57.31%
G = 7.31%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB209B (or 0xFB209B) is known color: Persian Rose. HEX triplet: FB, 20 and 9B. RGB value is (251,32,155). Sum of RGB (Red+Green+Blue) = 251+32+155=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB209B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB209B is #04DF64. Grayscale: #6F6F6F. Windows color (decimal): -319333 or 10166523. OLE color: 10166523.

HSL color Cylindrical-coordinate representation of color #FB209B: hue angle of 326.3º 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 #FB209B is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 32 155 -
CMYK 0 0.87 0.38 0.02
HSL 326.3º 0.96% 0.55% -
HSV(B) 326.3º 0.87% 0.98% -
XYZ 46.22 23.91 33.19 -
YUV 111.5 152.55 227.5 -
System Red Green Blue C M Y K H S L
Decimal 251 32 155 0 0.87 0.38 0.02 326.3 0.96 0.55
Hex FB 20 9B 0 57 26 2 146 60 37
Octal 373 40 233 0 127 46 2 506 140 67
Binary 11111011 100000 10011011 0 1010111 100110 10 101000110 1100000 110111

Color Harmonies of #FB209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB209B

Black with #FB209B

Text Example


Text Example

White with #FB209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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