Html Css Color HEX #F15397 French Rose

📋 copy color: '#F15397'

red 241 ◦ green 83 ◦ blue 151

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

Shades of French Rose #F15397

Tints of French Rose #F15397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.79%

R = 50.74%
G = 17.47%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F15397 (or 0xF15397) is known color: French Rose. HEX triplet: F1, 53 and 97. RGB value is (241,83,151). Sum of RGB (Red+Green+Blue) = 241+83+151=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F15397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15397 is #0EAC68. Grayscale: #898989. Windows color (decimal): -961641 or 9917425. OLE color: 9917425.

HSL color Cylindrical-coordinate representation of color #F15397: hue angle of 334.18º 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 #F15397 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 83 151 -
CMYK 0 0.66 0.37 0.05
HSL 334.18º 0.85% 0.64% -
HSV(B) 334.18º 0.66% 0.95% -
XYZ 44.95 27.12 32.14 -
YUV 137.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 241 83 151 0 0.66 0.37 0.05 334.18 0.85 0.64
Hex F1 53 97 0 42 25 5 14E 55 40
Octal 361 123 227 0 102 45 5 516 125 100
Binary 11110001 1010011 10010111 0 1000010 100101 101 101001110 1010101 1000000

Color Harmonies of #F15397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15397

Black with #F15397

Text Example


Text Example

White with #F15397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15397; }

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

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

background-color css

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

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

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

border-color css

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

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

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