Html Css Color HEX #FB2FB1 Persian Rose

📋 copy color: '#FB2FB1'

red 251 ◦ green 47 ◦ blue 177

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

Shades of Persian Rose #FB2FB1

Tints of Persian Rose #FB2FB1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.89%

 BLUE value IS 177 (69.53% from 255) = 37.26%

R = 52.84%
G = 9.89%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB2FB1 (or 0xFB2FB1) is known color: Persian Rose. HEX triplet: FB, 2F and B1. RGB value is (251,47,177). Sum of RGB (Red+Green+Blue) = 251+47+177=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2FB1 is #04D04E. Grayscale: #7A7A7A. Windows color (decimal): -315471 or 11612155. OLE color: 11612155.

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

Color convert

RGB 251 47 177 -
CMYK 0 0.81 0.29 0.02
HSL 321.76º 0.96% 0.58% -
HSV(B) 321.76º 0.81% 0.98% -
XYZ 48.74 25.72 43.99 -
YUV 122.82 158.59 219.43 -
System Red Green Blue C M Y K H S L
Decimal 251 47 177 0 0.81 0.29 0.02 321.76 0.96 0.58
Hex FB 2F B1 0 51 1D 2 142 60 3A
Octal 373 57 261 0 121 35 2 502 140 72
Binary 11111011 101111 10110001 0 1010001 11101 10 101000010 1100000 111010

Color Harmonies of #FB2FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2FB1

Black with #FB2FB1

Text Example


Text Example

White with #FB2FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2FB1; }

 p { color: rgb(251,47,177); }

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

background-color css

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

 a { background-color: rgb(251,47,177); }

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

border-color css

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

 span { border-color: rgb(251,47,177); }

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