Html Css Color HEX #FE5293 French Rose

📋 copy color: '#FE5293'

red 254 ◦ green 82 ◦ blue 147

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

Shades of French Rose #FE5293

Tints of French Rose #FE5293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.43%

R = 52.59%
G = 16.98%
B = 30.43%

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

#FE5293 (or 0xFE5293) is known color: French Rose. HEX triplet: FE, 52 and 93. RGB value is (254,82,147). Sum of RGB (Red+Green+Blue) = 254+82+147=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5293 is #01AD6C. Grayscale: #8C8C8C. Windows color (decimal): -109933 or 9655038. OLE color: 9655038.

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

Color convert

RGB 254 82 147 -
CMYK 0 0.68 0.42 0.00
HSL 337.33º 0.99% 0.66% -
HSV(B) 337.33º 0.68% 1% -
XYZ 49.16 29.21 30.65 -
YUV 140.84 131.48 208.71 -
System Red Green Blue C M Y K H S L
Decimal 254 82 147 0 0.68 0.42 0.00 337.33 0.99 0.66
Hex FE 52 93 0 44 2A 0 151 63 42
Octal 376 122 223 0 104 52 0 521 143 102
Binary 11111110 1010010 10010011 0 1000100 101010 0 101010001 1100011 1000010

Color Harmonies of #FE5293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5293

Black with #FE5293

Text Example


Text Example

White with #FE5293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5293; }

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

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

background-color css

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

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

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

border-color css

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

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

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