Html Css Color HEX #FE4B7D French Rose

📋 copy color: '#FE4B7D'

red 254 ◦ green 75 ◦ blue 125

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

Shades of French Rose #FE4B7D

Tints of French Rose #FE4B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.53%

R = 55.95%
G = 16.52%
B = 27.53%

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

#FE4B7D (or 0xFE4B7D) is known color: French Rose. HEX triplet: FE, 4B and 7D. RGB value is (254,75,125). Sum of RGB (Red+Green+Blue) = 254+75+125=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4B7D is #01B482. Grayscale: #868686. Windows color (decimal): -111747 or 8211454. OLE color: 8211454.

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

Color convert

RGB 254 75 125 -
CMYK 0 0.70 0.51 0.00
HSL 343.24º 0.99% 0.65% -
HSV(B) 343.24º 0.7% 1% -
XYZ 47.09 27.58 22.24 -
YUV 134.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 254 75 125 0 0.70 0.51 0.00 343.24 0.99 0.65
Hex FE 4B 7D 0 46 33 0 157 63 41
Octal 376 113 175 0 106 63 0 527 143 101
Binary 11111110 1001011 1111101 0 1000110 110011 0 101010111 1100011 1000001

Color Harmonies of #FE4B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4B7D

Black with #FE4B7D

Text Example


Text Example

White with #FE4B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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