Html Css Color HEX #F15288 French Rose

📋 copy color: '#F15288'

red 241 ◦ green 82 ◦ blue 136

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

Shades of French Rose #F15288

Tints of French Rose #F15288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.86%

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

R = 52.51%
G = 17.86%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F15288 (or 0xF15288) is known color: French Rose. HEX triplet: F1, 52 and 88. RGB value is (241,82,136). Sum of RGB (Red+Green+Blue) = 241+82+136=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F15288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15288 is #0EAD77. Grayscale: #878787. Windows color (decimal): -961912 or 8934129. OLE color: 8934129.

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

Color convert

RGB 241 82 136 -
CMYK 0 0.66 0.44 0.05
HSL 339.62º 0.85% 0.63% -
HSV(B) 339.62º 0.66% 0.95% -
XYZ 43.74 26.51 26.1 -
YUV 135.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 241 82 136 0 0.66 0.44 0.05 339.62 0.85 0.63
Hex F1 52 88 0 42 2C 5 154 55 3F
Octal 361 122 210 0 102 54 5 524 125 77
Binary 11110001 1010010 10001000 0 1000010 101100 101 101010100 1010101 111111

Color Harmonies of #F15288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15288

Black with #F15288

Text Example


Text Example

White with #F15288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15288; }

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

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

background-color css

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

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

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

border-color css

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

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

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