Html Css Color HEX #F15387 French Rose

📋 copy color: '#F15387'

red 241 ◦ green 83 ◦ blue 135

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

Shades of French Rose #F15387

Tints of French Rose #F15387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.08%

 BLUE value IS 135 (53.13% from 255) = 29.41%

R = 52.51%
G = 18.08%
B = 29.41%

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

#F15387 (or 0xF15387) is known color: French Rose. HEX triplet: F1, 53 and 87. RGB value is (241,83,135). Sum of RGB (Red+Green+Blue) = 241+83+135=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F15387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15387 is #0EAC78. Grayscale: #888888. Windows color (decimal): -961657 or 8868849. OLE color: 8868849.

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

Color convert

RGB 241 83 135 -
CMYK 0 0.66 0.44 0.05
HSL 340.25º 0.85% 0.64% -
HSV(B) 340.25º 0.66% 0.95% -
XYZ 43.74 26.64 25.76 -
YUV 136.17 127.35 202.77 -
System Red Green Blue C M Y K H S L
Decimal 241 83 135 0 0.66 0.44 0.05 340.25 0.85 0.64
Hex F1 53 87 0 42 2C 5 154 55 40
Octal 361 123 207 0 102 54 5 524 125 100
Binary 11110001 1010011 10000111 0 1000010 101100 101 101010100 1010101 1000000

Color Harmonies of #F15387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15387

Black with #F15387

Text Example


Text Example

White with #F15387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15387; }

 p { color: rgb(241,83,135); }

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

background-color css

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

 a { background-color: rgb(241,83,135); }

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

border-color css

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

 span { border-color: rgb(241,83,135); }

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