Html Css Color HEX #F1487F French Rose

📋 copy color: '#F1487F'

red 241 ◦ green 72 ◦ blue 127

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

Shades of French Rose #F1487F

Tints of French Rose #F1487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.86%

R = 54.77%
G = 16.36%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1487F (or 0xF1487F) is known color: French Rose. HEX triplet: F1, 48 and 7F. RGB value is (241,72,127). Sum of RGB (Red+Green+Blue) = 241+72+127=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F1487F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1487F is #0EB780. Grayscale: #808080. Windows color (decimal): -964481 or 8341745. OLE color: 8341745.

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

Color convert

RGB 241 72 127 -
CMYK 0 0.70 0.47 0.05
HSL 340.47º 0.86% 0.61% -
HSV(B) 340.47º 0.7% 0.95% -
XYZ 42.42 24.87 22.64 -
YUV 128.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 241 72 127 0 0.70 0.47 0.05 340.47 0.86 0.61
Hex F1 48 7F 0 46 2F 5 154 56 3D
Octal 361 110 177 0 106 57 5 524 126 75
Binary 11110001 1001000 1111111 0 1000110 101111 101 101010100 1010110 111101

Color Harmonies of #F1487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1487F

Black with #F1487F

Text Example


Text Example

White with #F1487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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