Html Css Color HEX #FE4982 French Rose

📋 copy color: '#FE4982'

red 254 ◦ green 73 ◦ blue 130

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

Shades of French Rose #FE4982

Tints of French Rose #FE4982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.97%

 BLUE value IS 130 (51.17% from 255) = 28.45%

R = 55.58%
G = 15.97%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE4982 (or 0xFE4982) is known color: French Rose. HEX triplet: FE, 49 and 82. RGB value is (254,73,130). Sum of RGB (Red+Green+Blue) = 254+73+130=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4982 is #01B67D. Grayscale: #858585. Windows color (decimal): -112254 or 8538622. OLE color: 8538622.

HSL color Cylindrical-coordinate representation of color #FE4982: hue angle of 341.1º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4982 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 73 130 -
CMYK 0 0.71 0.49 0.00
HSL 341.11º 0.99% 0.64% -
HSV(B) 341.11º 0.71% 1% -
XYZ 47.28 27.45 23.92 -
YUV 133.62 125.97 213.87 -
System Red Green Blue C M Y K H S L
Decimal 254 73 130 0 0.71 0.49 0.00 341.11 0.99 0.64
Hex FE 49 82 0 47 31 0 155 63 40
Octal 376 111 202 0 107 61 0 525 143 100
Binary 11111110 1001001 10000010 0 1000111 110001 0 101010101 1100011 1000000

Color Harmonies of #FE4982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4982

Black with #FE4982

Text Example


Text Example

White with #FE4982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4982; }

 p { color: rgb(254,73,130); }

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

background-color css

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

 a { background-color: rgb(254,73,130); }

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

border-color css

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

 span { border-color: rgb(254,73,130); }

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