Html Css Color HEX #FB2FB0 Persian Rose

📋 copy color: '#FB2FB0'

red 251 ◦ green 47 ◦ blue 176

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

Shades of Persian Rose #FB2FB0

Tints of Persian Rose #FB2FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 52.95%
G = 9.92%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB2FB0 (or 0xFB2FB0) is known color: Persian Rose. HEX triplet: FB, 2F and B0. RGB value is (251,47,176). Sum of RGB (Red+Green+Blue) = 251+47+176=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2FB0 is #04D04F. Grayscale: #7A7A7A. Windows color (decimal): -315472 or 11546619. OLE color: 11546619.

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

Color convert

RGB 251 47 176 -
CMYK 0 0.81 0.30 0.02
HSL 322.06º 0.96% 0.58% -
HSV(B) 322.06º 0.81% 0.98% -
XYZ 48.64 25.68 43.47 -
YUV 122.7 158.09 219.51 -
System Red Green Blue C M Y K H S L
Decimal 251 47 176 0 0.81 0.30 0.02 322.06 0.96 0.58
Hex FB 2F B0 0 51 1E 2 142 60 3A
Octal 373 57 260 0 121 36 2 502 140 72
Binary 11111011 101111 10110000 0 1010001 11110 10 101000010 1100000 111010

Color Harmonies of #FB2FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2FB0

Black with #FB2FB0

Text Example


Text Example

White with #FB2FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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