Html Css Color HEX #FB2197 Persian Rose

📋 copy color: '#FB2197'

red 251 ◦ green 33 ◦ blue 151

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

Shades of Persian Rose #FB2197

Tints of Persian Rose #FB2197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.71%

R = 57.7%
G = 7.59%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB2197 (or 0xFB2197) is known color: Persian Rose. HEX triplet: FB, 21 and 97. RGB value is (251,33,151). Sum of RGB (Red+Green+Blue) = 251+33+151=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2197 is #04DE68. Grayscale: #6F6F6F. Windows color (decimal): -319081 or 9904635. OLE color: 9904635.

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

Color convert

RGB 251 33 151 -
CMYK 0 0.87 0.40 0.02
HSL 327.52º 0.96% 0.56% -
HSV(B) 327.52º 0.87% 0.98% -
XYZ 45.91 23.83 31.46 -
YUV 111.63 150.22 227.41 -
System Red Green Blue C M Y K H S L
Decimal 251 33 151 0 0.87 0.40 0.02 327.52 0.96 0.56
Hex FB 21 97 0 57 28 2 148 60 38
Octal 373 41 227 0 127 50 2 510 140 70
Binary 11111011 100001 10010111 0 1010111 101000 10 101001000 1100000 111000

Color Harmonies of #FB2197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2197

Black with #FB2197

Text Example


Text Example

White with #FB2197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2197; }

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

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

background-color css

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

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

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

border-color css

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

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

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