Html Css Color HEX #F14C96 French Rose

📋 copy color: '#F14C96'

red 241 ◦ green 76 ◦ blue 150

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

Shades of French Rose #F14C96

Tints of French Rose #F14C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.27%

 BLUE value IS 150 (58.98% from 255) = 32.12%

R = 51.61%
G = 16.27%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F14C96 (or 0xF14C96) is known color: French Rose. HEX triplet: F1, 4C and 96. RGB value is (241,76,150). Sum of RGB (Red+Green+Blue) = 241+76+150=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C96 is #0EB369. Grayscale: #858585. Windows color (decimal): -963434 or 9850097. OLE color: 9850097.

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

Color convert

RGB 241 76 150 -
CMYK 0 0.68 0.38 0.05
HSL 333.09º 0.85% 0.62% -
HSV(B) 333.09º 0.68% 0.95% -
XYZ 44.37 26.07 31.55 -
YUV 133.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 241 76 150 0 0.68 0.38 0.05 333.09 0.85 0.62
Hex F1 4C 96 0 44 26 5 14D 55 3E
Octal 361 114 226 0 104 46 5 515 125 76
Binary 11110001 1001100 10010110 0 1000100 100110 101 101001101 1010101 111110

Color Harmonies of #F14C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C96

Black with #F14C96

Text Example


Text Example

White with #F14C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C96; }

 p { color: rgb(241,76,150); }

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

background-color css

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

 a { background-color: rgb(241,76,150); }

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

border-color css

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

 span { border-color: rgb(241,76,150); }

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