Html Css Color HEX #F15992 French Rose

📋 copy color: '#F15992'

red 241 ◦ green 89 ◦ blue 146

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

Shades of French Rose #F15992

Tints of French Rose #F15992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.7%

 BLUE value IS 146 (57.42% from 255) = 30.67%

R = 50.63%
G = 18.7%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F15992 (or 0xF15992) is known color: French Rose. HEX triplet: F1, 59 and 92. RGB value is (241,89,146). Sum of RGB (Red+Green+Blue) = 241+89+146=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F15992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15992 is #0EA66D. Grayscale: #8C8C8C. Windows color (decimal): -960110 or 9591281. OLE color: 9591281.

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

Color convert

RGB 241 89 146 -
CMYK 0 0.63 0.39 0.05
HSL 337.5º 0.84% 0.65% -
HSV(B) 337.5º 0.63% 0.95% -
XYZ 45.04 27.92 30.21 -
YUV 140.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 241 89 146 0 0.63 0.39 0.05 337.5 0.84 0.65
Hex F1 59 92 0 3F 27 5 152 54 41
Octal 361 131 222 0 77 47 5 522 124 101
Binary 11110001 1011001 10010010 0 111111 100111 101 101010010 1010100 1000001

Color Harmonies of #F15992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15992

Black with #F15992

Text Example


Text Example

White with #F15992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15992; }

 p { color: rgb(241,89,146); }

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

background-color css

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

 a { background-color: rgb(241,89,146); }

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

border-color css

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

 span { border-color: rgb(241,89,146); }

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