Html Css Color HEX #F14C90 French Rose

📋 copy color: '#F14C90'

red 241 ◦ green 76 ◦ blue 144

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

Shades of French Rose #F14C90

Tints of French Rose #F14C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.24%

R = 52.28%
G = 16.49%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F14C90 (or 0xF14C90) is known color: French Rose. HEX triplet: F1, 4C and 90. RGB value is (241,76,144). Sum of RGB (Red+Green+Blue) = 241+76+144=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C90 is #0EB36F. Grayscale: #848484. Windows color (decimal): -963440 or 9456881. OLE color: 9456881.

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

Color convert

RGB 241 76 144 -
CMYK 0 0.68 0.40 0.05
HSL 335.27º 0.85% 0.62% -
HSV(B) 335.27º 0.68% 0.95% -
XYZ 43.89 25.88 29.07 -
YUV 133.09 134.16 204.97 -
System Red Green Blue C M Y K H S L
Decimal 241 76 144 0 0.68 0.40 0.05 335.27 0.85 0.62
Hex F1 4C 90 0 44 28 5 14F 55 3E
Octal 361 114 220 0 104 50 5 517 125 76
Binary 11110001 1001100 10010000 0 1000100 101000 101 101001111 1010101 111110

Color Harmonies of #F14C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C90

Black with #F14C90

Text Example


Text Example

White with #F14C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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