Html Css Color HEX #FE4F90 French Rose

📋 copy color: '#FE4F90'

red 254 ◦ green 79 ◦ blue 144

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

Shades of French Rose #FE4F90

Tints of French Rose #FE4F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.56%

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 53.25%
G = 16.56%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE4F90 (or 0xFE4F90) is known color: French Rose. HEX triplet: FE, 4F and 90. RGB value is (254,79,144). Sum of RGB (Red+Green+Blue) = 254+79+144=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4F90 is #01B06F. Grayscale: #8A8A8A. Windows color (decimal): -110704 or 9457662. OLE color: 9457662.

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

Color convert

RGB 254 79 144 -
CMYK 0 0.69 0.43 0.00
HSL 337.71º 0.99% 0.65% -
HSV(B) 337.71º 0.69% 1% -
XYZ 48.7 28.68 29.35 -
YUV 138.74 130.98 210.21 -
System Red Green Blue C M Y K H S L
Decimal 254 79 144 0 0.69 0.43 0.00 337.71 0.99 0.65
Hex FE 4F 90 0 45 2B 0 152 63 41
Octal 376 117 220 0 105 53 0 522 143 101
Binary 11111110 1001111 10010000 0 1000101 101011 0 101010010 1100011 1000001

Color Harmonies of #FE4F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4F90

Black with #FE4F90

Text Example


Text Example

White with #FE4F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4F90; }

 p { color: rgb(254,79,144); }

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

background-color css

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

 a { background-color: rgb(254,79,144); }

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

border-color css

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

 span { border-color: rgb(254,79,144); }

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