Html Css Color HEX #F14D8C French Rose

📋 copy color: '#F14D8C'

red 241 ◦ green 77 ◦ blue 140

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

Shades of French Rose #F14D8C

Tints of French Rose #F14D8C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.81%

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

R = 52.62%
G = 16.81%
B = 30.57%

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

#F14D8C (or 0xF14D8C) is known color: French Rose. HEX triplet: F1, 4D and 8C. RGB value is (241,77,140). Sum of RGB (Red+Green+Blue) = 241+77+140=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14D8C is #0EB273. Grayscale: #858585. Windows color (decimal): -963188 or 9194993. OLE color: 9194993.

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

Color convert

RGB 241 77 140 -
CMYK 0 0.68 0.42 0.05
HSL 336.95º 0.85% 0.62% -
HSV(B) 336.95º 0.68% 0.95% -
XYZ 43.66 25.9 27.51 -
YUV 133.22 131.83 204.88 -
System Red Green Blue C M Y K H S L
Decimal 241 77 140 0 0.68 0.42 0.05 336.95 0.85 0.62
Hex F1 4D 8C 0 44 2A 5 151 55 3E
Octal 361 115 214 0 104 52 5 521 125 76
Binary 11110001 1001101 10001100 0 1000100 101010 101 101010001 1010101 111110

Color Harmonies of #F14D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D8C

Black with #F14D8C

Text Example


Text Example

White with #F14D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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