Html Css Color HEX #F15390 French Rose

📋 copy color: '#F15390'

red 241 ◦ green 83 ◦ blue 144

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

Shades of French Rose #F15390

Tints of French Rose #F15390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 51.5%
G = 17.74%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F15390 (or 0xF15390) is known color: French Rose. HEX triplet: F1, 53 and 90. RGB value is (241,83,144). Sum of RGB (Red+Green+Blue) = 241+83+144=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F15390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15390 is #0EAC6F. Grayscale: #898989. Windows color (decimal): -961648 or 9458673. OLE color: 9458673.

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

Color convert

RGB 241 83 144 -
CMYK 0 0.66 0.40 0.05
HSL 336.84º 0.85% 0.64% -
HSV(B) 336.84º 0.66% 0.95% -
XYZ 44.4 26.9 29.24 -
YUV 137.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 241 83 144 0 0.66 0.40 0.05 336.84 0.85 0.64
Hex F1 53 90 0 42 28 5 151 55 40
Octal 361 123 220 0 102 50 5 521 125 100
Binary 11110001 1010011 10010000 0 1000010 101000 101 101010001 1010101 1000000

Color Harmonies of #F15390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15390

Black with #F15390

Text Example


Text Example

White with #F15390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15390; }

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

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

background-color css

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

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

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

border-color css

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

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

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