Html Css Color HEX #FB2199 Persian Rose

📋 copy color: '#FB2199'

red 251 ◦ green 33 ◦ blue 153

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

Shades of Persian Rose #FB2199

Tints of Persian Rose #FB2199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.55%

 BLUE value IS 153 (60.16% from 255) = 35.01%

R = 57.44%
G = 7.55%
B = 35.01%

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

#FB2199 (or 0xFB2199) is known color: Persian Rose. HEX triplet: FB, 21 and 99. RGB value is (251,33,153). Sum of RGB (Red+Green+Blue) = 251+33+153=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2199 is #04DE66. Grayscale: #6F6F6F. Windows color (decimal): -319079 or 10035707. OLE color: 10035707.

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

Color convert

RGB 251 33 153 -
CMYK 0 0.87 0.39 0.02
HSL 326.97º 0.96% 0.56% -
HSV(B) 326.97º 0.87% 0.98% -
XYZ 46.08 23.9 32.32 -
YUV 111.86 151.22 227.24 -
System Red Green Blue C M Y K H S L
Decimal 251 33 153 0 0.87 0.39 0.02 326.97 0.96 0.56
Hex FB 21 99 0 57 27 2 147 60 38
Octal 373 41 231 0 127 47 2 507 140 70
Binary 11111011 100001 10011001 0 1010111 100111 10 101000111 1100000 111000

Color Harmonies of #FB2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2199

Black with #FB2199

Text Example


Text Example

White with #FB2199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2199; }

 p { color: rgb(251,33,153); }

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

background-color css

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

 a { background-color: rgb(251,33,153); }

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

border-color css

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

 span { border-color: rgb(251,33,153); }

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