Html Css Color HEX #FB2B9E Persian Rose

📋 copy color: '#FB2B9E'

red 251 ◦ green 43 ◦ blue 158

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

Shades of Persian Rose #FB2B9E

Tints of Persian Rose #FB2B9E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.51%

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 55.53%
G = 9.51%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB2B9E (or 0xFB2B9E) is known color: Persian Rose. HEX triplet: FB, 2B and 9E. RGB value is (251,43,158). Sum of RGB (Red+Green+Blue) = 251+43+158=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2B9E is #04D461. Grayscale: #767676. Windows color (decimal): -316514 or 10365947. OLE color: 10365947.

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

Color convert

RGB 251 43 158 -
CMYK 0 0.83 0.37 0.02
HSL 326.83º 0.96% 0.58% -
HSV(B) 326.83º 0.83% 0.98% -
XYZ 46.82 24.71 34.65 -
YUV 118.3 150.41 222.65 -
System Red Green Blue C M Y K H S L
Decimal 251 43 158 0 0.83 0.37 0.02 326.83 0.96 0.58
Hex FB 2B 9E 0 53 25 2 147 60 3A
Octal 373 53 236 0 123 45 2 507 140 72
Binary 11111011 101011 10011110 0 1010011 100101 10 101000111 1100000 111010

Color Harmonies of #FB2B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B9E

Black with #FB2B9E

Text Example


Text Example

White with #FB2B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B9E; }

 p { color: rgb(251,43,158); }

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

background-color css

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

 a { background-color: rgb(251,43,158); }

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

border-color css

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

 span { border-color: rgb(251,43,158); }

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