Html Css Color HEX #F14D92 French Rose

📋 copy color: '#F14D92'

red 241 ◦ green 77 ◦ blue 146

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

Shades of French Rose #F14D92

Tints of French Rose #F14D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.47%

R = 51.94%
G = 16.59%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F14D92 (or 0xF14D92) is known color: French Rose. HEX triplet: F1, 4D and 92. RGB value is (241,77,146). Sum of RGB (Red+Green+Blue) = 241+77+146=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14D92 is #0EB26D. Grayscale: #858585. Windows color (decimal): -963182 or 9588209. OLE color: 9588209.

HSL color Cylindrical-coordinate representation of color #F14D92: hue angle of 334.76º 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 #F14D92 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 77 146 -
CMYK 0 0.68 0.39 0.05
HSL 334.76º 0.85% 0.62% -
HSV(B) 334.76º 0.68% 0.95% -
XYZ 44.12 26.08 29.9 -
YUV 133.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 241 77 146 0 0.68 0.39 0.05 334.76 0.85 0.62
Hex F1 4D 92 0 44 27 5 14F 55 3E
Octal 361 115 222 0 104 47 5 517 125 76
Binary 11110001 1001101 10010010 0 1000100 100111 101 101001111 1010101 111110

Color Harmonies of #F14D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D92

Black with #F14D92

Text Example


Text Example

White with #F14D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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