Html Css Color HEX #FE5283 French Rose

📋 copy color: '#FE5283'

red 254 ◦ green 82 ◦ blue 131

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

Shades of French Rose #FE5283

Tints of French Rose #FE5283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.05%

R = 54.39%
G = 17.56%
B = 28.05%

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

#FE5283 (or 0xFE5283) is known color: French Rose. HEX triplet: FE, 52 and 83. RGB value is (254,82,131). Sum of RGB (Red+Green+Blue) = 254+82+131=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5283 is #01AD7C. Grayscale: #8A8A8A. Windows color (decimal): -109949 or 8606462. OLE color: 8606462.

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

Color convert

RGB 254 82 131 -
CMYK 0 0.68 0.48 0.00
HSL 342.91º 0.99% 0.66% -
HSV(B) 342.91º 0.68% 1% -
XYZ 47.99 28.74 24.49 -
YUV 139.01 123.48 210.02 -
System Red Green Blue C M Y K H S L
Decimal 254 82 131 0 0.68 0.48 0.00 342.91 0.99 0.66
Hex FE 52 83 0 44 30 0 157 63 42
Octal 376 122 203 0 104 60 0 527 143 102
Binary 11111110 1010010 10000011 0 1000100 110000 0 101010111 1100011 1000010

Color Harmonies of #FE5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5283

Black with #FE5283

Text Example


Text Example

White with #FE5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5283; }

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

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

background-color css

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

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

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

border-color css

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

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

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