Html Css Color HEX #F1487C French Rose

📋 copy color: '#F1487C'

red 241 ◦ green 72 ◦ blue 124

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

Shades of French Rose #F1487C

Tints of French Rose #F1487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.48%

 BLUE value IS 124 (48.83% from 255) = 28.38%

R = 55.15%
G = 16.48%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1487C (or 0xF1487C) is known color: French Rose. HEX triplet: F1, 48 and 7C. RGB value is (241,72,124). Sum of RGB (Red+Green+Blue) = 241+72+124=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1487C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1487C is #0EB783. Grayscale: #808080. Windows color (decimal): -964484 or 8145137. OLE color: 8145137.

HSL color Cylindrical-coordinate representation of color #F1487C: hue angle of 341.54º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1487C is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 72 124 -
CMYK 0 0.70 0.49 0.05
HSL 341.54º 0.86% 0.61% -
HSV(B) 341.54º 0.7% 0.95% -
XYZ 42.23 24.79 21.63 -
YUV 128.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 241 72 124 0 0.70 0.49 0.05 341.54 0.86 0.61
Hex F1 48 7C 0 46 31 5 156 56 3D
Octal 361 110 174 0 106 61 5 526 126 75
Binary 11110001 1001000 1111100 0 1000110 110001 101 101010110 1010110 111101

Color Harmonies of #F1487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1487C

Black with #F1487C

Text Example


Text Example

White with #F1487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1487C; }

 p { color: rgb(241,72,124); }

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

background-color css

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

 a { background-color: rgb(241,72,124); }

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

border-color css

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

 span { border-color: rgb(241,72,124); }

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