Html Css Color HEX #FE5285 French Rose

📋 copy color: '#FE5285'

red 254 ◦ green 82 ◦ blue 133

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

Shades of French Rose #FE5285

Tints of French Rose #FE5285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.36%

R = 54.16%
G = 17.48%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE5285 (or 0xFE5285) is known color: French Rose. HEX triplet: FE, 52 and 85. RGB value is (254,82,133). Sum of RGB (Red+Green+Blue) = 254+82+133=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5285 is #01AD7A. Grayscale: #8B8B8B. Windows color (decimal): -109947 or 8737534. OLE color: 8737534.

HSL color Cylindrical-coordinate representation of color #FE5285: hue angle of 342.21º 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 #FE5285 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 82 133 -
CMYK 0 0.68 0.48 0.00
HSL 342.21º 0.99% 0.66% -
HSV(B) 342.21º 0.68% 1% -
XYZ 48.12 28.8 25.21 -
YUV 139.24 124.48 209.85 -
System Red Green Blue C M Y K H S L
Decimal 254 82 133 0 0.68 0.48 0.00 342.21 0.99 0.66
Hex FE 52 85 0 44 30 0 156 63 42
Octal 376 122 205 0 104 60 0 526 143 102
Binary 11111110 1010010 10000101 0 1000100 110000 0 101010110 1100011 1000010

Color Harmonies of #FE5285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5285

Black with #FE5285

Text Example


Text Example

White with #FE5285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5285; }

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

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

background-color css

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

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

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

border-color css

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

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

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