Html Css Color HEX #F15C8F French Rose

📋 copy color: '#F15C8F'

red 241 ◦ green 92 ◦ blue 143

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

Shades of French Rose #F15C8F

Tints of French Rose #F15C8F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.33%

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 50.63%
G = 19.33%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F15C8F (or 0xF15C8F) is known color: French Rose. HEX triplet: F1, 5C and 8F. RGB value is (241,92,143). Sum of RGB (Red+Green+Blue) = 241+92+143=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C8F is #0EA370. Grayscale: #8E8E8E. Windows color (decimal): -959345 or 9395441. OLE color: 9395441.

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

Color convert

RGB 241 92 143 -
CMYK 0 0.62 0.41 0.05
HSL 339.46º 0.84% 0.65% -
HSV(B) 339.46º 0.62% 0.95% -
XYZ 45.06 28.34 29.08 -
YUV 142.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 241 92 143 0 0.62 0.41 0.05 339.46 0.84 0.65
Hex F1 5C 8F 0 3E 29 5 153 54 41
Octal 361 134 217 0 76 51 5 523 124 101
Binary 11110001 1011100 10001111 0 111110 101001 101 101010011 1010100 1000001

Color Harmonies of #F15C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C8F

Black with #F15C8F

Text Example


Text Example

White with #F15C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C8F; }

 p { color: rgb(241,92,143); }

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

background-color css

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

 a { background-color: rgb(241,92,143); }

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

border-color css

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

 span { border-color: rgb(241,92,143); }

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