Html Css Color HEX #F15075 Dark Pink

📋 copy color: '#F15075'

red 241 ◦ green 80 ◦ blue 117

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

Shades of Dark Pink #F15075

Tints of Dark Pink #F15075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.26%

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 55.02%
G = 18.26%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F15075 (or 0xF15075) is known color: Dark Pink. HEX triplet: F1, 50 and 75. RGB value is (241,80,117). Sum of RGB (Red+Green+Blue) = 241+80+117=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F15075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15075 is #0EAF8A. Grayscale: #848484. Windows color (decimal): -962443 or 7688433. OLE color: 7688433.

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

Color convert

RGB 241 80 117 -
CMYK 0 0.67 0.51 0.05
HSL 346.21º 0.85% 0.63% -
HSV(B) 346.21º 0.67% 0.95% -
XYZ 42.36 25.72 19.56 -
YUV 132.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 241 80 117 0 0.67 0.51 0.05 346.21 0.85 0.63
Hex F1 50 75 0 43 33 5 15A 55 3F
Octal 361 120 165 0 103 63 5 532 125 77
Binary 11110001 1010000 1110101 0 1000011 110011 101 101011010 1010101 111111

Color Harmonies of #F15075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15075

Black with #F15075

Text Example


Text Example

White with #F15075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15075; }

 p { color: rgb(241,80,117); }

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

background-color css

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

 a { background-color: rgb(241,80,117); }

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

border-color css

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

 span { border-color: rgb(241,80,117); }

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