Html Css Color HEX #F15088 French Rose

📋 copy color: '#F15088'

red 241 ◦ green 80 ◦ blue 136

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

Shades of French Rose #F15088

Tints of French Rose #F15088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.51%

 BLUE value IS 136 (53.52% from 255) = 29.76%

R = 52.74%
G = 17.51%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F15088 (or 0xF15088) is known color: French Rose. HEX triplet: F1, 50 and 88. RGB value is (241,80,136). Sum of RGB (Red+Green+Blue) = 241+80+136=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F15088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15088 is #0EAF77. Grayscale: #868686. Windows color (decimal): -962424 or 8933617. OLE color: 8933617.

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

Color convert

RGB 241 80 136 -
CMYK 0 0.67 0.44 0.05
HSL 339.13º 0.85% 0.63% -
HSV(B) 339.13º 0.67% 0.95% -
XYZ 43.59 26.22 26.06 -
YUV 134.52 128.84 203.95 -
System Red Green Blue C M Y K H S L
Decimal 241 80 136 0 0.67 0.44 0.05 339.13 0.85 0.63
Hex F1 50 88 0 43 2C 5 153 55 3F
Octal 361 120 210 0 103 54 5 523 125 77
Binary 11110001 1010000 10001000 0 1000011 101100 101 101010011 1010101 111111

Color Harmonies of #F15088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15088

Black with #F15088

Text Example


Text Example

White with #F15088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15088; }

 p { color: rgb(241,80,136); }

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

background-color css

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

 a { background-color: rgb(241,80,136); }

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

border-color css

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

 span { border-color: rgb(241,80,136); }

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