Html Css Color HEX #FE5292 French Rose

📋 copy color: '#FE5292'

red 254 ◦ green 82 ◦ blue 146

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

Shades of French Rose #FE5292

Tints of French Rose #FE5292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.29%

R = 52.7%
G = 17.01%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE5292 (or 0xFE5292) is known color: French Rose. HEX triplet: FE, 52 and 92. RGB value is (254,82,146). Sum of RGB (Red+Green+Blue) = 254+82+146=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5292 is #01AD6D. Grayscale: #8C8C8C. Windows color (decimal): -109934 or 9589502. OLE color: 9589502.

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

Color convert

RGB 254 82 146 -
CMYK 0 0.68 0.43 0.00
HSL 337.67º 0.99% 0.66% -
HSV(B) 337.67º 0.68% 1% -
XYZ 49.08 29.18 30.24 -
YUV 140.72 130.98 208.8 -
System Red Green Blue C M Y K H S L
Decimal 254 82 146 0 0.68 0.43 0.00 337.67 0.99 0.66
Hex FE 52 92 0 44 2B 0 152 63 42
Octal 376 122 222 0 104 53 0 522 143 102
Binary 11111110 1010010 10010010 0 1000100 101011 0 101010010 1100011 1000010

Color Harmonies of #FE5292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5292

Black with #FE5292

Text Example


Text Example

White with #FE5292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5292; }

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

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

background-color css

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

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

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

border-color css

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

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

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