Html Css Color HEX #F1498A French Rose

📋 copy color: '#F1498A'

red 241 ◦ green 73 ◦ blue 138

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

Shades of French Rose #F1498A

Tints of French Rose #F1498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.15%

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

R = 53.32%
G = 16.15%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1498A (or 0xF1498A) is known color: French Rose. HEX triplet: F1, 49 and 8A. RGB value is (241,73,138). Sum of RGB (Red+Green+Blue) = 241+73+138=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1498A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1498A is #0EB675. Grayscale: #828282. Windows color (decimal): -964214 or 9062897. OLE color: 9062897.

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

Color convert

RGB 241 73 138 -
CMYK 0 0.70 0.43 0.05
HSL 336.79º 0.86% 0.62% -
HSV(B) 336.79º 0.7% 0.95% -
XYZ 43.25 25.3 26.65 -
YUV 130.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 241 73 138 0 0.70 0.43 0.05 336.79 0.86 0.62
Hex F1 49 8A 0 46 2B 5 151 56 3E
Octal 361 111 212 0 106 53 5 521 126 76
Binary 11110001 1001001 10001010 0 1000110 101011 101 101010001 1010110 111110

Color Harmonies of #F1498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1498A

Black with #F1498A

Text Example


Text Example

White with #F1498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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