Html Css Color HEX #F15694 French Rose

📋 copy color: '#F15694'

red 241 ◦ green 86 ◦ blue 148

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

Shades of French Rose #F15694

Tints of French Rose #F15694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.11%

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

R = 50.74%
G = 18.11%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F15694 (or 0xF15694) is known color: French Rose. HEX triplet: F1, 56 and 94. RGB value is (241,86,148). Sum of RGB (Red+Green+Blue) = 241+86+148=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F15694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15694 is #0EA96B. Grayscale: #8B8B8B. Windows color (decimal): -960876 or 9721585. OLE color: 9721585.

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

Color convert

RGB 241 86 148 -
CMYK 0 0.64 0.39 0.05
HSL 336º 0.85% 0.64% -
HSV(B) 336º 0.64% 0.95% -
XYZ 44.95 27.49 30.95 -
YUV 139.41 132.85 200.46 -
System Red Green Blue C M Y K H S L
Decimal 241 86 148 0 0.64 0.39 0.05 336 0.85 0.64
Hex F1 56 94 0 40 27 5 150 55 40
Octal 361 126 224 0 100 47 5 520 125 100
Binary 11110001 1010110 10010100 0 1000000 100111 101 101010000 1010101 1000000

Color Harmonies of #F15694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15694

Black with #F15694

Text Example


Text Example

White with #F15694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15694; }

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

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

background-color css

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

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

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

border-color css

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

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

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