Html Css Color HEX #FB2EAC Persian Rose

📋 copy color: '#FB2EAC'

red 251 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #FB2EAC

Tints of Persian Rose #FB2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.81%

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

R = 53.52%
G = 9.81%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB2EAC (or 0xFB2EAC) is known color: Persian Rose. HEX triplet: FB, 2E and AC. RGB value is (251,46,172). Sum of RGB (Red+Green+Blue) = 251+46+172=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2EAC is #04D153. Grayscale: #797979. Windows color (decimal): -315732 or 11284219. OLE color: 11284219.

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

Color convert

RGB 251 46 172 -
CMYK 0 0.82 0.31 0.02
HSL 323.12º 0.96% 0.58% -
HSV(B) 323.12º 0.82% 0.98% -
XYZ 48.21 25.44 41.4 -
YUV 121.66 156.42 220.25 -
System Red Green Blue C M Y K H S L
Decimal 251 46 172 0 0.82 0.31 0.02 323.12 0.96 0.58
Hex FB 2E AC 0 52 1F 2 143 60 3A
Octal 373 56 254 0 122 37 2 503 140 72
Binary 11111011 101110 10101100 0 1010010 11111 10 101000011 1100000 111010

Color Harmonies of #FB2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2EAC

Black with #FB2EAC

Text Example


Text Example

White with #FB2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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