Html Css Color HEX #F1488D French Rose

📋 copy color: '#F1488D'

red 241 ◦ green 72 ◦ blue 141

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

Shades of French Rose #F1488D

Tints of French Rose #F1488D

RGB

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

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

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

R = 53.08%
G = 15.86%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1488D (or 0xF1488D) is known color: French Rose. HEX triplet: F1, 48 and 8D. RGB value is (241,72,141). Sum of RGB (Red+Green+Blue) = 241+72+141=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1488D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1488D is #0EB772. Grayscale: #828282. Windows color (decimal): -964467 or 9259249. OLE color: 9259249.

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

Color convert

RGB 241 72 141 -
CMYK 0 0.70 0.41 0.05
HSL 335.5º 0.86% 0.61% -
HSV(B) 335.5º 0.7% 0.95% -
XYZ 43.4 25.26 27.79 -
YUV 130.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 241 72 141 0 0.70 0.41 0.05 335.5 0.86 0.61
Hex F1 48 8D 0 46 29 5 150 56 3D
Octal 361 110 215 0 106 51 5 520 126 75
Binary 11110001 1001000 10001101 0 1000110 101001 101 101010000 1010110 111101

Color Harmonies of #F1488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1488D

Black with #F1488D

Text Example


Text Example

White with #F1488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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