Html Css Color HEX #FB2FAF Persian Rose

📋 copy color: '#FB2FAF'

red 251 ◦ green 47 ◦ blue 175

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

Shades of Persian Rose #FB2FAF

Tints of Persian Rose #FB2FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37%

R = 53.07%
G = 9.94%
B = 37%

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

#FB2FAF (or 0xFB2FAF) is known color: Persian Rose. HEX triplet: FB, 2F and AF. RGB value is (251,47,175). Sum of RGB (Red+Green+Blue) = 251+47+175=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2FAF is #04D050. Grayscale: #7A7A7A. Windows color (decimal): -315473 or 11481083. OLE color: 11481083.

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

Color convert

RGB 251 47 175 -
CMYK 0 0.81 0.30 0.02
HSL 322.35º 0.96% 0.58% -
HSV(B) 322.35º 0.81% 0.98% -
XYZ 48.54 25.64 42.95 -
YUV 122.59 157.59 219.59 -
System Red Green Blue C M Y K H S L
Decimal 251 47 175 0 0.81 0.30 0.02 322.35 0.96 0.58
Hex FB 2F AF 0 51 1E 2 142 60 3A
Octal 373 57 257 0 121 36 2 502 140 72
Binary 11111011 101111 10101111 0 1010001 11110 10 101000010 1100000 111010

Color Harmonies of #FB2FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2FAF

Black with #FB2FAF

Text Example


Text Example

White with #FB2FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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