Html Css Color HEX #FB2597 Persian Rose

📋 copy color: '#FB2597'

red 251 ◦ green 37 ◦ blue 151

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

Shades of Persian Rose #FB2597

Tints of Persian Rose #FB2597

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.43%

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

R = 57.18%
G = 8.43%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB2597 (or 0xFB2597) is known color: Persian Rose. HEX triplet: FB, 25 and 97. RGB value is (251,37,151). Sum of RGB (Red+Green+Blue) = 251+37+151=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2597 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2597 is #04DA68. Grayscale: #717171. Windows color (decimal): -318057 or 9905659. OLE color: 9905659.

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

Color convert

RGB 251 37 151 -
CMYK 0 0.85 0.40 0.02
HSL 328.04º 0.96% 0.56% -
HSV(B) 328.04º 0.85% 0.98% -
XYZ 46.03 24.07 31.5 -
YUV 113.98 148.9 225.73 -
System Red Green Blue C M Y K H S L
Decimal 251 37 151 0 0.85 0.40 0.02 328.04 0.96 0.56
Hex FB 25 97 0 55 28 2 148 60 38
Octal 373 45 227 0 125 50 2 510 140 70
Binary 11111011 100101 10010111 0 1010101 101000 10 101001000 1100000 111000

Color Harmonies of #FB2597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2597

Black with #FB2597

Text Example


Text Example

White with #FB2597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2597; }

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

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

background-color css

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

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

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

border-color css

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

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

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