Html Css Color HEX #F15593 French Rose

📋 copy color: '#F15593'

red 241 ◦ green 85 ◦ blue 147

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

Shades of French Rose #F15593

Tints of French Rose #F15593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

 BLUE value IS 147 (57.81% from 255) = 31.08%

R = 50.95%
G = 17.97%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F15593 (or 0xF15593) is known color: French Rose. HEX triplet: F1, 55 and 93. RGB value is (241,85,147). Sum of RGB (Red+Green+Blue) = 241+85+147=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F15593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15593 is #0EAA6C. Grayscale: #8A8A8A. Windows color (decimal): -961133 or 9655793. OLE color: 9655793.

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

Color convert

RGB 241 85 147 -
CMYK 0 0.65 0.39 0.05
HSL 336.15º 0.85% 0.64% -
HSV(B) 336.15º 0.65% 0.95% -
XYZ 44.79 27.3 30.51 -
YUV 138.71 132.68 200.96 -
System Red Green Blue C M Y K H S L
Decimal 241 85 147 0 0.65 0.39 0.05 336.15 0.85 0.64
Hex F1 55 93 0 41 27 5 150 55 40
Octal 361 125 223 0 101 47 5 520 125 100
Binary 11110001 1010101 10010011 0 1000001 100111 101 101010000 1010101 1000000

Color Harmonies of #F15593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15593

Black with #F15593

Text Example


Text Example

White with #F15593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15593; }

 p { color: rgb(241,85,147); }

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

background-color css

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

 a { background-color: rgb(241,85,147); }

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

border-color css

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

 span { border-color: rgb(241,85,147); }

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