Html Css Color HEX #F15C94 French Rose

📋 copy color: '#F15C94'

red 241 ◦ green 92 ◦ blue 148

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

Shades of French Rose #F15C94

Tints of French Rose #F15C94

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.13%

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 50.1%
G = 19.13%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F15C94 (or 0xF15C94) is known color: French Rose. HEX triplet: F1, 5C and 94. RGB value is (241,92,148). Sum of RGB (Red+Green+Blue) = 241+92+148=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C94 is #0EA36B. Grayscale: #8E8E8E. Windows color (decimal): -959340 or 9723121. OLE color: 9723121.

HSL color Cylindrical-coordinate representation of color #F15C94: hue angle of 337.45º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15C94 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 92 148 -
CMYK 0 0.62 0.39 0.05
HSL 337.45º 0.84% 0.65% -
HSV(B) 337.45º 0.62% 0.95% -
XYZ 45.45 28.49 31.12 -
YUV 142.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 241 92 148 0 0.62 0.39 0.05 337.45 0.84 0.65
Hex F1 5C 94 0 3E 27 5 151 54 41
Octal 361 134 224 0 76 47 5 521 124 101
Binary 11110001 1011100 10010100 0 111110 100111 101 101010001 1010100 1000001

Color Harmonies of #F15C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C94

Black with #F15C94

Text Example


Text Example

White with #F15C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C94; }

 p { color: rgb(241,92,148); }

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

background-color css

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

 a { background-color: rgb(241,92,148); }

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

border-color css

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

 span { border-color: rgb(241,92,148); }

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