Html Css Color HEX #FE4C7F French Rose

📋 copy color: '#FE4C7F'

red 254 ◦ green 76 ◦ blue 127

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

Shades of French Rose #FE4C7F

Tints of French Rose #FE4C7F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.63%

 BLUE value IS 127 (50% from 255) = 27.79%

R = 55.58%
G = 16.63%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE4C7F (or 0xFE4C7F) is known color: French Rose. HEX triplet: FE, 4C and 7F. RGB value is (254,76,127). Sum of RGB (Red+Green+Blue) = 254+76+127=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4C7F is #01B380. Grayscale: #878787. Windows color (decimal): -111489 or 8342782. OLE color: 8342782.

HSL color Cylindrical-coordinate representation of color #FE4C7F: hue angle of 342.81º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4C7F is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 76 127 -
CMYK 0 0.70 0.50 0.00
HSL 342.81º 0.99% 0.65% -
HSV(B) 342.81º 0.7% 1% -
XYZ 47.29 27.77 22.95 -
YUV 135.04 123.47 212.85 -
System Red Green Blue C M Y K H S L
Decimal 254 76 127 0 0.70 0.50 0.00 342.81 0.99 0.65
Hex FE 4C 7F 0 46 32 0 157 63 41
Octal 376 114 177 0 106 62 0 527 143 101
Binary 11111110 1001100 1111111 0 1000110 110010 0 101010111 1100011 1000001

Color Harmonies of #FE4C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4C7F

Black with #FE4C7F

Text Example


Text Example

White with #FE4C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4C7F; }

 p { color: rgb(254,76,127); }

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

background-color css

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

 a { background-color: rgb(254,76,127); }

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

border-color css

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

 span { border-color: rgb(254,76,127); }

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