Html Css Color HEX #FE4B7C French Rose

📋 copy color: '#FE4B7C'

red 254 ◦ green 75 ◦ blue 124

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

Shades of French Rose #FE4B7C

Tints of French Rose #FE4B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.56%

 BLUE value IS 124 (48.83% from 255) = 27.37%

R = 56.07%
G = 16.56%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE4B7C (or 0xFE4B7C) is known color: French Rose. HEX triplet: FE, 4B and 7C. RGB value is (254,75,124). Sum of RGB (Red+Green+Blue) = 254+75+124=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4B7C is #01B483. Grayscale: #868686. Windows color (decimal): -111748 or 8145918. OLE color: 8145918.

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

Color convert

RGB 254 75 124 -
CMYK 0 0.70 0.51 0.00
HSL 343.58º 0.99% 0.65% -
HSV(B) 343.58º 0.7% 1% -
XYZ 47.03 27.56 21.91 -
YUV 134.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 254 75 124 0 0.70 0.51 0.00 343.58 0.99 0.65
Hex FE 4B 7C 0 46 33 0 158 63 41
Octal 376 113 174 0 106 63 0 530 143 101
Binary 11111110 1001011 1111100 0 1000110 110011 0 101011000 1100011 1000001

Color Harmonies of #FE4B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4B7C

Black with #FE4B7C

Text Example


Text Example

White with #FE4B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4B7C; }

 p { color: rgb(254,75,124); }

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

background-color css

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

 a { background-color: rgb(254,75,124); }

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

border-color css

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

 span { border-color: rgb(254,75,124); }

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