Html Css Color HEX #F0467B Dark Pink

📋 copy color: '#F0467B'

red 240 ◦ green 70 ◦ blue 123

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

Shades of Dark Pink #F0467B

Tints of Dark Pink #F0467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.17%

 BLUE value IS 123 (48.44% from 255) = 28.41%

R = 55.43%
G = 16.17%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0467B (or 0xF0467B) is known color: Dark Pink. HEX triplet: F0, 46 and 7B. RGB value is (240,70,123). Sum of RGB (Red+Green+Blue) = 240+70+123=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0467B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0467B is #0FB984. Grayscale: #7E7E7E. Windows color (decimal): -1030533 or 8079088. OLE color: 8079088.

HSL color Cylindrical-coordinate representation of color #F0467B: hue angle of 341.29º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0467B is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 123 -
CMYK 0 0.71 0.49 0.06
HSL 341.29º 0.85% 0.61% -
HSV(B) 341.29º 0.71% 0.94% -
XYZ 41.7 24.34 21.24 -
YUV 126.87 125.82 208.69 -
System Red Green Blue C M Y K H S L
Decimal 240 70 123 0 0.71 0.49 0.06 341.29 0.85 0.61
Hex F0 46 7B 0 47 31 6 155 55 3D
Octal 360 106 173 0 107 61 6 525 125 75
Binary 11110000 1000110 1111011 0 1000111 110001 110 101010101 1010101 111101

Color Harmonies of #F0467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0467B

Black with #F0467B

Text Example


Text Example

White with #F0467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0467B; }

 p { color: rgb(240,70,123); }

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

background-color css

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

 a { background-color: rgb(240,70,123); }

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

border-color css

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

 span { border-color: rgb(240,70,123); }

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