Html Css Color HEX #F15792 French Rose

📋 copy color: '#F15792'

red 241 ◦ green 87 ◦ blue 146

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

Shades of French Rose #F15792

Tints of French Rose #F15792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.35%

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

R = 50.84%
G = 18.35%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F15792 (or 0xF15792) is known color: French Rose. HEX triplet: F1, 57 and 92. RGB value is (241,87,146). Sum of RGB (Red+Green+Blue) = 241+87+146=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F15792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15792 is #0EA86D. Grayscale: #8B8B8B. Windows color (decimal): -960622 or 9590769. OLE color: 9590769.

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

Color convert

RGB 241 87 146 -
CMYK 0 0.64 0.39 0.05
HSL 337.01º 0.85% 0.64% -
HSV(B) 337.01º 0.64% 0.95% -
XYZ 44.87 27.59 30.15 -
YUV 139.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 241 87 146 0 0.64 0.39 0.05 337.01 0.85 0.64
Hex F1 57 92 0 40 27 5 151 55 40
Octal 361 127 222 0 100 47 5 521 125 100
Binary 11110001 1010111 10010010 0 1000000 100111 101 101010001 1010101 1000000

Color Harmonies of #F15792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15792

Black with #F15792

Text Example


Text Example

White with #F15792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15792; }

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

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

background-color css

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

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

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

border-color css

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

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

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