Html Css Color HEX #FE4F8F French Rose

📋 copy color: '#FE4F8F'

red 254 ◦ green 79 ◦ blue 143

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

Shades of French Rose #FE4F8F

Tints of French Rose #FE4F8F

RGB

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

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

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

R = 53.36%
G = 16.6%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE4F8F (or 0xFE4F8F) is known color: French Rose. HEX triplet: FE, 4F and 8F. RGB value is (254,79,143). Sum of RGB (Red+Green+Blue) = 254+79+143=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4F8F is #01B070. Grayscale: #8A8A8A. Windows color (decimal): -110705 or 9392126. OLE color: 9392126.

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

Color convert

RGB 254 79 143 -
CMYK 0 0.69 0.44 0.00
HSL 338.06º 0.99% 0.65% -
HSV(B) 338.06º 0.69% 1% -
XYZ 48.63 28.65 28.95 -
YUV 138.62 130.48 210.3 -
System Red Green Blue C M Y K H S L
Decimal 254 79 143 0 0.69 0.44 0.00 338.06 0.99 0.65
Hex FE 4F 8F 0 45 2C 0 152 63 41
Octal 376 117 217 0 105 54 0 522 143 101
Binary 11111110 1001111 10001111 0 1000101 101100 0 101010010 1100011 1000001

Color Harmonies of #FE4F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4F8F

Black with #FE4F8F

Text Example


Text Example

White with #FE4F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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