Html Css Color HEX #F15294 French Rose

📋 copy color: '#F15294'

red 241 ◦ green 82 ◦ blue 148

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

Shades of French Rose #F15294

Tints of French Rose #F15294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.41%

 BLUE value IS 148 (58.2% from 255) = 31.42%

R = 51.17%
G = 17.41%
B = 31.42%

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

#F15294 (or 0xF15294) is known color: French Rose. HEX triplet: F1, 52 and 94. RGB value is (241,82,148). Sum of RGB (Red+Green+Blue) = 241+82+148=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F15294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15294 is #0EAD6B. Grayscale: #888888. Windows color (decimal): -961900 or 9720561. OLE color: 9720561.

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

Color convert

RGB 241 82 148 -
CMYK 0 0.66 0.39 0.05
HSL 335.09º 0.85% 0.63% -
HSV(B) 335.09º 0.66% 0.95% -
XYZ 44.64 26.87 30.85 -
YUV 137.07 134.18 202.13 -
System Red Green Blue C M Y K H S L
Decimal 241 82 148 0 0.66 0.39 0.05 335.09 0.85 0.63
Hex F1 52 94 0 42 27 5 14F 55 3F
Octal 361 122 224 0 102 47 5 517 125 77
Binary 11110001 1010010 10010100 0 1000010 100111 101 101001111 1010101 111111

Color Harmonies of #F15294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15294

Black with #F15294

Text Example


Text Example

White with #F15294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15294; }

 p { color: rgb(241,82,148); }

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

background-color css

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

 a { background-color: rgb(241,82,148); }

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

border-color css

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

 span { border-color: rgb(241,82,148); }

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