Html Css Color HEX #FB2AAE Persian Rose

📋 copy color: '#FB2AAE'

red 251 ◦ green 42 ◦ blue 174

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

Shades of Persian Rose #FB2AAE

Tints of Persian Rose #FB2AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 53.75%
G = 8.99%
B = 37.26%

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

#FB2AAE (or 0xFB2AAE) is known color: Persian Rose. HEX triplet: FB, 2A and AE. RGB value is (251,42,174). Sum of RGB (Red+Green+Blue) = 251+42+174=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2AAE is #04D551. Grayscale: #777777. Windows color (decimal): -316754 or 11414267. OLE color: 11414267.

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

Color convert

RGB 251 42 174 -
CMYK 0 0.83 0.31 0.02
HSL 322.11º 0.96% 0.57% -
HSV(B) 322.11º 0.83% 0.98% -
XYZ 48.25 25.22 42.37 -
YUV 119.54 158.74 221.77 -
System Red Green Blue C M Y K H S L
Decimal 251 42 174 0 0.83 0.31 0.02 322.11 0.96 0.57
Hex FB 2A AE 0 53 1F 2 142 60 39
Octal 373 52 256 0 123 37 2 502 140 71
Binary 11111011 101010 10101110 0 1010011 11111 10 101000010 1100000 111001

Color Harmonies of #FB2AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2AAE

Black with #FB2AAE

Text Example


Text Example

White with #FB2AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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