Html Css Color HEX #F05F90 Dark Pink

📋 copy color: '#F05F90'

red 240 ◦ green 95 ◦ blue 144

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

Shades of Dark Pink #F05F90

Tints of Dark Pink #F05F90

RGB

 RED value IS 240 (94.14% from 255) = 50.1%

 GREEN value IS 95 (37.5% from 255) = 19.83%

 BLUE value IS 144 (56.64% from 255) = 30.06%

R = 50.1%
G = 19.83%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F05F90 (or 0xF05F90) is known color: Dark Pink. HEX triplet: F0, 5F and 90. RGB value is (240,95,144). Sum of RGB (Red+Green+Blue) = 240+95+144=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F90 is #0FA06F. Grayscale: #8F8F8F. Windows color (decimal): -1024112 or 9461744. OLE color: 9461744.

HSL color Cylindrical-coordinate representation of color #F05F90: hue angle of 339.72º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05F90 is Cyan = 0, Magento = 0.60, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 95 144 -
CMYK 0 0.60 0.4 0.06
HSL 339.72º 0.83% 0.66% -
HSV(B) 339.72º 0.6% 0.94% -
XYZ 45.06 28.72 29.55 -
YUV 143.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 240 95 144 0 0.60 0.4 0.06 339.72 0.83 0.66
Hex F0 5F 90 0 3C 28 6 154 53 42
Octal 360 137 220 0 74 50 6 524 123 102
Binary 11110000 1011111 10010000 0 111100 101000 110 101010100 1010011 1000010

Color Harmonies of #F05F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F90

Black with #F05F90

Text Example


Text Example

White with #F05F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F90; }

 p { color: rgb(240,95,144); }

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

background-color css

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

 a { background-color: rgb(240,95,144); }

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

border-color css

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

 span { border-color: rgb(240,95,144); }

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