Html Css Color HEX #F14F90 French Rose

📋 copy color: '#F14F90'

red 241 ◦ green 79 ◦ blue 144

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

Shades of French Rose #F14F90

Tints of French Rose #F14F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.03%

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

R = 51.94%
G = 17.03%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F14F90 (or 0xF14F90) is known color: French Rose. HEX triplet: F1, 4F and 90. RGB value is (241,79,144). Sum of RGB (Red+Green+Blue) = 241+79+144=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14F90 is #0EB06F. Grayscale: #868686. Windows color (decimal): -962672 or 9457649. OLE color: 9457649.

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

Color convert

RGB 241 79 144 -
CMYK 0 0.67 0.40 0.05
HSL 335.93º 0.85% 0.63% -
HSV(B) 335.93º 0.67% 0.95% -
XYZ 44.11 26.31 29.14 -
YUV 134.85 133.17 203.71 -
System Red Green Blue C M Y K H S L
Decimal 241 79 144 0 0.67 0.40 0.05 335.93 0.85 0.63
Hex F1 4F 90 0 43 28 5 150 55 3F
Octal 361 117 220 0 103 50 5 520 125 77
Binary 11110001 1001111 10010000 0 1000011 101000 101 101010000 1010101 111111

Color Harmonies of #F14F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14F90

Black with #F14F90

Text Example


Text Example

White with #F14F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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