Html Css Color HEX #F14D8A French Rose

📋 copy color: '#F14D8A'

red 241 ◦ green 77 ◦ blue 138

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

Shades of French Rose #F14D8A

Tints of French Rose #F14D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.26%

R = 52.85%
G = 16.89%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F14D8A (or 0xF14D8A) is known color: French Rose. HEX triplet: F1, 4D and 8A. RGB value is (241,77,138). Sum of RGB (Red+Green+Blue) = 241+77+138=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14D8A is #0EB275. Grayscale: #848484. Windows color (decimal): -963190 or 9063921. OLE color: 9063921.

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

Color convert

RGB 241 77 138 -
CMYK 0 0.68 0.43 0.05
HSL 337.68º 0.85% 0.62% -
HSV(B) 337.68º 0.68% 0.95% -
XYZ 43.52 25.84 26.74 -
YUV 132.99 130.83 205.04 -
System Red Green Blue C M Y K H S L
Decimal 241 77 138 0 0.68 0.43 0.05 337.68 0.85 0.62
Hex F1 4D 8A 0 44 2B 5 152 55 3E
Octal 361 115 212 0 104 53 5 522 125 76
Binary 11110001 1001101 10001010 0 1000100 101011 101 101010010 1010101 111110

Color Harmonies of #F14D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D8A

Black with #F14D8A

Text Example


Text Example

White with #F14D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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