Html Css Color HEX #FB1F99 Persian Rose

📋 copy color: '#FB1F99'

red 251 ◦ green 31 ◦ blue 153

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

Shades of Persian Rose #FB1F99

Tints of Persian Rose #FB1F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.13%

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

R = 57.7%
G = 7.13%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB1F99 (or 0xFB1F99) is known color: Persian Rose. HEX triplet: FB, 1F and 99. RGB value is (251,31,153). Sum of RGB (Red+Green+Blue) = 251+31+153=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1F99 is #04E066. Grayscale: #6E6E6E. Windows color (decimal): -319591 or 10035195. OLE color: 10035195.

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

Color convert

RGB 251 31 153 -
CMYK 0 0.88 0.39 0.02
HSL 326.73º 0.96% 0.55% -
HSV(B) 326.73º 0.88% 0.98% -
XYZ 46.02 23.79 32.3 -
YUV 110.69 151.89 228.08 -
System Red Green Blue C M Y K H S L
Decimal 251 31 153 0 0.88 0.39 0.02 326.73 0.96 0.55
Hex FB 1F 99 0 58 27 2 147 60 37
Octal 373 37 231 0 130 47 2 507 140 67
Binary 11111011 11111 10011001 0 1011000 100111 10 101000111 1100000 110111

Color Harmonies of #FB1F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F99

Black with #FB1F99

Text Example


Text Example

White with #FB1F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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