Html Css Color HEX #FB2AAC Persian Rose

📋 copy color: '#FB2AAC'

red 251 ◦ green 42 ◦ blue 172

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

Shades of Persian Rose #FB2AAC

Tints of Persian Rose #FB2AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.03%

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 53.98%
G = 9.03%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB2AAC (or 0xFB2AAC) is known color: Persian Rose. HEX triplet: FB, 2A and AC. RGB value is (251,42,172). Sum of RGB (Red+Green+Blue) = 251+42+172=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2AAC is #04D553. Grayscale: #777777. Windows color (decimal): -316756 or 11283195. OLE color: 11283195.

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

Color convert

RGB 251 42 172 -
CMYK 0 0.83 0.31 0.02
HSL 322.68º 0.96% 0.57% -
HSV(B) 322.68º 0.83% 0.98% -
XYZ 48.06 25.14 41.35 -
YUV 119.31 157.74 221.93 -
System Red Green Blue C M Y K H S L
Decimal 251 42 172 0 0.83 0.31 0.02 322.68 0.96 0.57
Hex FB 2A AC 0 53 1F 2 143 60 39
Octal 373 52 254 0 123 37 2 503 140 71
Binary 11111011 101010 10101100 0 1010011 11111 10 101000011 1100000 111001

Color Harmonies of #FB2AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2AAC

Black with #FB2AAC

Text Example


Text Example

White with #FB2AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2AAC; }

 p { color: rgb(251,42,172); }

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

background-color css

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

 a { background-color: rgb(251,42,172); }

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

border-color css

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

 span { border-color: rgb(251,42,172); }

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