Html Css Color HEX #F14F8D French Rose

📋 copy color: '#F14F8D'

red 241 ◦ green 79 ◦ blue 141

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

Shades of French Rose #F14F8D

Tints of French Rose #F14F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 52.28%
G = 17.14%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F14F8D (or 0xF14F8D) is known color: French Rose. HEX triplet: F1, 4F and 8D. RGB value is (241,79,141). Sum of RGB (Red+Green+Blue) = 241+79+141=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14F8D is #0EB072. Grayscale: #868686. Windows color (decimal): -962675 or 9261041. OLE color: 9261041.

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

Color convert

RGB 241 79 141 -
CMYK 0 0.67 0.41 0.05
HSL 337.04º 0.85% 0.63% -
HSV(B) 337.04º 0.67% 0.95% -
XYZ 43.88 26.22 27.95 -
YUV 134.51 131.67 203.96 -
System Red Green Blue C M Y K H S L
Decimal 241 79 141 0 0.67 0.41 0.05 337.04 0.85 0.63
Hex F1 4F 8D 0 43 29 5 151 55 3F
Octal 361 117 215 0 103 51 5 521 125 77
Binary 11110001 1001111 10001101 0 1000011 101001 101 101010001 1010101 111111

Color Harmonies of #F14F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14F8D

Black with #F14F8D

Text Example


Text Example

White with #F14F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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