Html Css Color HEX #FE528F French Rose

📋 copy color: '#FE528F'

red 254 ◦ green 82 ◦ blue 143

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

Shades of French Rose #FE528F

Tints of French Rose #FE528F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.12%

 BLUE value IS 143 (56.25% from 255) = 29.85%

R = 53.03%
G = 17.12%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE528F (or 0xFE528F) is known color: French Rose. HEX triplet: FE, 52 and 8F. RGB value is (254,82,143). Sum of RGB (Red+Green+Blue) = 254+82+143=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE528F is #01AD70. Grayscale: #8C8C8C. Windows color (decimal): -109937 or 9392894. OLE color: 9392894.

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

Color convert

RGB 254 82 143 -
CMYK 0 0.68 0.44 0.00
HSL 338.72º 0.99% 0.66% -
HSV(B) 338.72º 0.68% 1% -
XYZ 48.85 29.09 29.03 -
YUV 140.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 254 82 143 0 0.68 0.44 0.00 338.72 0.99 0.66
Hex FE 52 8F 0 44 2C 0 153 63 42
Octal 376 122 217 0 104 54 0 523 143 102
Binary 11111110 1010010 10001111 0 1000100 101100 0 101010011 1100011 1000010

Color Harmonies of #FE528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE528F

Black with #FE528F

Text Example


Text Example

White with #FE528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE528F; }

 p { color: rgb(254,82,143); }

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

background-color css

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

 a { background-color: rgb(254,82,143); }

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

border-color css

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

 span { border-color: rgb(254,82,143); }

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