Html Css Color HEX #FF2FAE Persian Rose

📋 copy color: '#FF2FAE'

red 255 ◦ green 47 ◦ blue 174

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

Shades of Persian Rose #FF2FAE

Tints of Persian Rose #FF2FAE

RGB

 RED value IS 255 (100% from 255) = 53.57%

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

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

R = 53.57%
G = 9.87%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF2FAE (or 0xFF2FAE) is known color: Persian Rose. HEX triplet: FF, 2F and AE. RGB value is (255,47,174). Sum of RGB (Red+Green+Blue) = 255+47+174=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2FAE is #00D051. Grayscale: #7B7B7B. Windows color (decimal): -53330 or 11415551. OLE color: 11415551.

HSL color Cylindrical-coordinate representation of color #FF2FAE: hue angle of 323.37º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2FAE is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 255 47 174 -
CMYK 0 0.82 0.32 0
HSL 323.37º 1% 0.59% -
HSV(B) 323.37º 0.82% 1% -
XYZ 49.9 26.35 42.5 -
YUV 123.67 156.41 221.67 -
System Red Green Blue C M Y K H S L
Decimal 255 47 174 0 0.82 0.32 0 323.37 1 0.59
Hex FF 2F AE 0 52 20 0 143 64 3B
Octal 377 57 256 0 122 40 0 503 144 73
Binary 11111111 101111 10101110 0 1010010 100000 0 101000011 1100100 111011

Color Harmonies of #FF2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2FAE

Black with #FF2FAE

Text Example


Text Example

White with #FF2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2FAE; }

 p { color: rgb(255,47,174); }

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

background-color css

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

 a { background-color: rgb(255,47,174); }

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

border-color css

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

 span { border-color: rgb(255,47,174); }

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