Html Css Color HEX #FE2BAF Persian Rose

📋 copy color: '#FE2BAF'

red 254 ◦ green 43 ◦ blue 175

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

Shades of Persian Rose #FE2BAF

Tints of Persian Rose #FE2BAF

RGB

 RED value IS 254 (99.61% from 255) = 53.81%

 GREEN value IS 43 (17.19% from 255) = 9.11%

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

R = 53.81%
G = 9.11%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE2BAF (or 0xFE2BAF) is known color: Persian Rose. HEX triplet: FE, 2B and AF. RGB value is (254,43,175). Sum of RGB (Red+Green+Blue) = 254+43+175=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2BAF is #01D450. Grayscale: #787878. Windows color (decimal): -119889 or 11480062. OLE color: 11480062.

HSL color Cylindrical-coordinate representation of color #FE2BAF: hue angle of 322.46º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2BAF is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 43 175 -
CMYK 0 0.83 0.31 0.00
HSL 322.46º 0.99% 0.58% -
HSV(B) 322.46º 0.83% 1% -
XYZ 49.47 25.89 42.95 -
YUV 121.14 158.4 222.77 -
System Red Green Blue C M Y K H S L
Decimal 254 43 175 0 0.83 0.31 0.00 322.46 0.99 0.58
Hex FE 2B AF 0 53 1F 0 142 63 3A
Octal 376 53 257 0 123 37 0 502 143 72
Binary 11111110 101011 10101111 0 1010011 11111 0 101000010 1100011 111010

Color Harmonies of #FE2BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2BAF

Black with #FE2BAF

Text Example


Text Example

White with #FE2BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2BAF; }

 p { color: rgb(254,43,175); }

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

background-color css

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

 a { background-color: rgb(254,43,175); }

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

border-color css

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

 span { border-color: rgb(254,43,175); }

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