Html Css Color HEX #F15A8B Dark Pink

📋 copy color: '#F15A8B'

red 241 ◦ green 90 ◦ blue 139

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

Shades of Dark Pink #F15A8B

Tints of Dark Pink #F15A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.15%

 BLUE value IS 139 (54.69% from 255) = 29.57%

R = 51.28%
G = 19.15%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F15A8B (or 0xF15A8B) is known color: Dark Pink. HEX triplet: F1, 5A and 8B. RGB value is (241,90,139). Sum of RGB (Red+Green+Blue) = 241+90+139=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15A8B is #0EA574. Grayscale: #8C8C8C. Windows color (decimal): -959861 or 9132785. OLE color: 9132785.

HSL color Cylindrical-coordinate representation of color #F15A8B: hue angle of 340.53º 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 #F15A8B is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 90 139 -
CMYK 0 0.63 0.42 0.05
HSL 340.53º 0.84% 0.65% -
HSV(B) 340.53º 0.63% 0.95% -
XYZ 44.59 27.88 27.46 -
YUV 140.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 241 90 139 0 0.63 0.42 0.05 340.53 0.84 0.65
Hex F1 5A 8B 0 3F 2A 5 155 54 41
Octal 361 132 213 0 77 52 5 525 124 101
Binary 11110001 1011010 10001011 0 111111 101010 101 101010101 1010100 1000001

Color Harmonies of #F15A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15A8B

Black with #F15A8B

Text Example


Text Example

White with #F15A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15A8B; }

 p { color: rgb(241,90,139); }

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

background-color css

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

 a { background-color: rgb(241,90,139); }

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

border-color css

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

 span { border-color: rgb(241,90,139); }

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