Html Css Color HEX #F1498C French Rose

📋 copy color: '#F1498C'

red 241 ◦ green 73 ◦ blue 140

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

Shades of French Rose #F1498C

Tints of French Rose #F1498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.84%

R = 53.08%
G = 16.08%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1498C (or 0xF1498C) is known color: French Rose. HEX triplet: F1, 49 and 8C. RGB value is (241,73,140). Sum of RGB (Red+Green+Blue) = 241+73+140=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1498C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1498C is #0EB673. Grayscale: #828282. Windows color (decimal): -964212 or 9193969. OLE color: 9193969.

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

Color convert

RGB 241 73 140 -
CMYK 0 0.70 0.42 0.05
HSL 336.07º 0.86% 0.62% -
HSV(B) 336.07º 0.7% 0.95% -
XYZ 43.39 25.36 27.42 -
YUV 130.87 133.16 206.55 -
System Red Green Blue C M Y K H S L
Decimal 241 73 140 0 0.70 0.42 0.05 336.07 0.86 0.62
Hex F1 49 8C 0 46 2A 5 150 56 3E
Octal 361 111 214 0 106 52 5 520 126 76
Binary 11110001 1001001 10001100 0 1000110 101010 101 101010000 1010110 111110

Color Harmonies of #F1498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1498C

Black with #F1498C

Text Example


Text Example

White with #F1498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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