Html Css Color HEX #FE5294 French Rose

📋 copy color: '#FE5294'

red 254 ◦ green 82 ◦ blue 148

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

Shades of French Rose #FE5294

Tints of French Rose #FE5294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.58%

R = 52.48%
G = 16.94%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE5294 (or 0xFE5294) is known color: French Rose. HEX triplet: FE, 52 and 94. RGB value is (254,82,148). Sum of RGB (Red+Green+Blue) = 254+82+148=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5294 is #01AD6B. Grayscale: #8C8C8C. Windows color (decimal): -109932 or 9720574. OLE color: 9720574.

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

Color convert

RGB 254 82 148 -
CMYK 0 0.68 0.42 0.00
HSL 336.98º 0.99% 0.66% -
HSV(B) 336.98º 0.68% 1% -
XYZ 49.24 29.24 31.07 -
YUV 140.95 131.98 208.63 -
System Red Green Blue C M Y K H S L
Decimal 254 82 148 0 0.68 0.42 0.00 336.98 0.99 0.66
Hex FE 52 94 0 44 2A 0 151 63 42
Octal 376 122 224 0 104 52 0 521 143 102
Binary 11111110 1010010 10010100 0 1000100 101010 0 101010001 1100011 1000010

Color Harmonies of #FE5294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5294

Black with #FE5294

Text Example


Text Example

White with #FE5294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5294; }

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

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

background-color css

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

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

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

border-color css

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

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

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