Html Css Color HEX #F14D8D French Rose

📋 copy color: '#F14D8D'

red 241 ◦ green 77 ◦ blue 141

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

Shades of French Rose #F14D8D

Tints of French Rose #F14D8D

RGB

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

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

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

R = 52.51%
G = 16.78%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F14D8D (or 0xF14D8D) is known color: French Rose. HEX triplet: F1, 4D and 8D. RGB value is (241,77,141). Sum of RGB (Red+Green+Blue) = 241+77+141=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14D8D is #0EB272. Grayscale: #858585. Windows color (decimal): -963187 or 9260529. OLE color: 9260529.

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

Color convert

RGB 241 77 141 -
CMYK 0 0.68 0.41 0.05
HSL 336.59º 0.85% 0.62% -
HSV(B) 336.59º 0.68% 0.95% -
XYZ 43.74 25.93 27.9 -
YUV 133.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 241 77 141 0 0.68 0.41 0.05 336.59 0.85 0.62
Hex F1 4D 8D 0 44 29 5 151 55 3E
Octal 361 115 215 0 104 51 5 521 125 76
Binary 11110001 1001101 10001101 0 1000100 101001 101 101010001 1010101 111110

Color Harmonies of #F14D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D8D

Black with #F14D8D

Text Example


Text Example

White with #F14D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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