Html Css Color HEX #F14E8C French Rose

📋 copy color: '#F14E8C'

red 241 ◦ green 78 ◦ blue 140

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

Shades of French Rose #F14E8C

Tints of French Rose #F14E8C

RGB

 RED value IS 241 (94.53% from 255) = 52.51%

 GREEN value IS 78 (30.86% from 255) = 16.99%

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 52.51%
G = 16.99%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F14E8C (or 0xF14E8C) is known color: French Rose. HEX triplet: F1, 4E and 8C. RGB value is (241,78,140). Sum of RGB (Red+Green+Blue) = 241+78+140=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14E8C is #0EB173. Grayscale: #858585. Windows color (decimal): -962932 or 9195249. OLE color: 9195249.

HSL color Cylindrical-coordinate representation of color #F14E8C: hue angle of 337.18º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14E8C is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 78 140 -
CMYK 0 0.68 0.42 0.05
HSL 337.18º 0.85% 0.63% -
HSV(B) 337.18º 0.68% 0.95% -
XYZ 43.73 26.04 27.53 -
YUV 133.81 131.5 204.46 -
System Red Green Blue C M Y K H S L
Decimal 241 78 140 0 0.68 0.42 0.05 337.18 0.85 0.63
Hex F1 4E 8C 0 44 2A 5 151 55 3F
Octal 361 116 214 0 104 52 5 521 125 77
Binary 11110001 1001110 10001100 0 1000100 101010 101 101010001 1010101 111111

Color Harmonies of #F14E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14E8C

Black with #F14E8C

Text Example


Text Example

White with #F14E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14E8C; }

 p { color: rgb(241,78,140); }

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

background-color css

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

 a { background-color: rgb(241,78,140); }

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

border-color css

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

 span { border-color: rgb(241,78,140); }

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