Html Css Color HEX #FB2DAF Persian Rose

📋 copy color: '#FB2DAF'

red 251 ◦ green 45 ◦ blue 175

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

Shades of Persian Rose #FB2DAF

Tints of Persian Rose #FB2DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.55%

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

R = 53.29%
G = 9.55%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB2DAF (or 0xFB2DAF) is known color: Persian Rose. HEX triplet: FB, 2D and AF. RGB value is (251,45,175). Sum of RGB (Red+Green+Blue) = 251+45+175=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2DAF is #04D250. Grayscale: #797979. Windows color (decimal): -315985 or 11480571. OLE color: 11480571.

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

Color convert

RGB 251 45 175 -
CMYK 0 0.82 0.30 0.02
HSL 322.14º 0.96% 0.58% -
HSV(B) 322.14º 0.82% 0.98% -
XYZ 48.46 25.48 42.92 -
YUV 121.41 158.25 220.43 -
System Red Green Blue C M Y K H S L
Decimal 251 45 175 0 0.82 0.30 0.02 322.14 0.96 0.58
Hex FB 2D AF 0 52 1E 2 142 60 3A
Octal 373 55 257 0 122 36 2 502 140 72
Binary 11111011 101101 10101111 0 1010010 11110 10 101000010 1100000 111010

Color Harmonies of #FB2DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2DAF

Black with #FB2DAF

Text Example


Text Example

White with #FB2DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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