Html Css Color HEX #FB2898 Persian Rose

📋 copy color: '#FB2898'

red 251 ◦ green 40 ◦ blue 152

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

Shades of Persian Rose #FB2898

Tints of Persian Rose #FB2898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.03%

 BLUE value IS 152 (59.77% from 255) = 34.31%

R = 56.66%
G = 9.03%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB2898 (or 0xFB2898) is known color: Persian Rose. HEX triplet: FB, 28 and 98. RGB value is (251,40,152). Sum of RGB (Red+Green+Blue) = 251+40+152=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2898 is #04D767. Grayscale: #737373. Windows color (decimal): -317288 or 9971963. OLE color: 9971963.

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

Color convert

RGB 251 40 152 -
CMYK 0 0.84 0.39 0.02
HSL 328.15º 0.96% 0.57% -
HSV(B) 328.15º 0.84% 0.98% -
XYZ 46.21 24.29 31.96 -
YUV 115.86 148.4 224.39 -
System Red Green Blue C M Y K H S L
Decimal 251 40 152 0 0.84 0.39 0.02 328.15 0.96 0.57
Hex FB 28 98 0 54 27 2 148 60 39
Octal 373 50 230 0 124 47 2 510 140 71
Binary 11111011 101000 10011000 0 1010100 100111 10 101001000 1100000 111001

Color Harmonies of #FB2898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2898

Black with #FB2898

Text Example


Text Example

White with #FB2898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2898; }

 p { color: rgb(251,40,152); }

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

background-color css

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

 a { background-color: rgb(251,40,152); }

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

border-color css

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

 span { border-color: rgb(251,40,152); }

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