Html Css Color HEX #FE4A8F French Rose

📋 copy color: '#FE4A8F'

red 254 ◦ green 74 ◦ blue 143

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

Shades of French Rose #FE4A8F

Tints of French Rose #FE4A8F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.71%

 BLUE value IS 143 (56.25% from 255) = 30.36%

R = 53.93%
G = 15.71%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE4A8F (or 0xFE4A8F) is known color: French Rose. HEX triplet: FE, 4A and 8F. RGB value is (254,74,143). Sum of RGB (Red+Green+Blue) = 254+74+143=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4A8F is #01B570. Grayscale: #878787. Windows color (decimal): -111985 or 9390846. OLE color: 9390846.

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

Color convert

RGB 254 74 143 -
CMYK 0 0.71 0.44 0.00
HSL 337º 0.99% 0.64% -
HSV(B) 337º 0.71% 1% -
XYZ 48.28 27.95 28.84 -
YUV 135.69 132.13 212.39 -
System Red Green Blue C M Y K H S L
Decimal 254 74 143 0 0.71 0.44 0.00 337 0.99 0.64
Hex FE 4A 8F 0 47 2C 0 151 63 40
Octal 376 112 217 0 107 54 0 521 143 100
Binary 11111110 1001010 10001111 0 1000111 101100 0 101010001 1100011 1000000

Color Harmonies of #FE4A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4A8F

Black with #FE4A8F

Text Example


Text Example

White with #FE4A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4A8F; }

 p { color: rgb(254,74,143); }

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

background-color css

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

 a { background-color: rgb(254,74,143); }

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

border-color css

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

 span { border-color: rgb(254,74,143); }

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