Html Css Color HEX #F15393 French Rose

📋 copy color: '#F15393'

red 241 ◦ green 83 ◦ blue 147

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

Shades of French Rose #F15393

Tints of French Rose #F15393

RGB

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

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

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

R = 51.17%
G = 17.62%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F15393 (or 0xF15393) is known color: French Rose. HEX triplet: F1, 53 and 93. RGB value is (241,83,147). Sum of RGB (Red+Green+Blue) = 241+83+147=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F15393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15393 is #0EAC6C. Grayscale: #898989. Windows color (decimal): -961645 or 9655281. OLE color: 9655281.

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

Color convert

RGB 241 83 147 -
CMYK 0 0.66 0.39 0.05
HSL 335.7º 0.85% 0.64% -
HSV(B) 335.7º 0.66% 0.95% -
XYZ 44.64 26.99 30.46 -
YUV 137.54 133.35 201.8 -
System Red Green Blue C M Y K H S L
Decimal 241 83 147 0 0.66 0.39 0.05 335.7 0.85 0.64
Hex F1 53 93 0 42 27 5 150 55 40
Octal 361 123 223 0 102 47 5 520 125 100
Binary 11110001 1010011 10010011 0 1000010 100111 101 101010000 1010101 1000000

Color Harmonies of #F15393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15393

Black with #F15393

Text Example


Text Example

White with #F15393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15393; }

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

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

background-color css

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

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

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

border-color css

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

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

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