Html Css Color HEX #F1477D French Rose

📋 copy color: '#F1477D'

red 241 ◦ green 71 ◦ blue 125

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

Shades of French Rose #F1477D

Tints of French Rose #F1477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.25%

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 55.15%
G = 16.25%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1477D (or 0xF1477D) is known color: French Rose. HEX triplet: F1, 47 and 7D. RGB value is (241,71,125). Sum of RGB (Red+Green+Blue) = 241+71+125=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1477D is #0EB882. Grayscale: #7F7F7F. Windows color (decimal): -964739 or 8210417. OLE color: 8210417.

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

Color convert

RGB 241 71 125 -
CMYK 0 0.71 0.48 0.05
HSL 340.94º 0.86% 0.61% -
HSV(B) 340.94º 0.71% 0.95% -
XYZ 42.23 24.69 21.94 -
YUV 127.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 241 71 125 0 0.71 0.48 0.05 340.94 0.86 0.61
Hex F1 47 7D 0 47 30 5 155 56 3D
Octal 361 107 175 0 107 60 5 525 126 75
Binary 11110001 1000111 1111101 0 1000111 110000 101 101010101 1010110 111101

Color Harmonies of #F1477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1477D

Black with #F1477D

Text Example


Text Example

White with #F1477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1477D; }

 p { color: rgb(241,71,125); }

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

background-color css

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

 a { background-color: rgb(241,71,125); }

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

border-color css

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

 span { border-color: rgb(241,71,125); }

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