Html Css Color HEX #F4258B Deep Pink

📋 copy color: '#F4258B'

red 244 ◦ green 37 ◦ blue 139

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

Shades of Deep Pink #F4258B

Tints of Deep Pink #F4258B

RGB

 RED value IS 244 (95.7% from 255) = 58.1%

 GREEN value IS 37 (14.84% from 255) = 8.81%

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

R = 58.1%
G = 8.81%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4258B (or 0xF4258B) is known color: Deep Pink. HEX triplet: F4, 25 and 8B. RGB value is (244,37,139). Sum of RGB (Red+Green+Blue) = 244+37+139=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F4258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4258B is #0BDA74. Grayscale: #6E6E6E. Windows color (decimal): -776821 or 9119220. OLE color: 9119220.

HSL color Cylindrical-coordinate representation of color #F4258B: hue angle of 330.43º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4258B is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 37 139 -
CMYK 0 0.85 0.43 0.04
HSL 330.43º 0.9% 0.55% -
HSV(B) 330.43º 0.85% 0.96% -
XYZ 42.63 22.42 26.51 -
YUV 110.52 144.08 223.21 -
System Red Green Blue C M Y K H S L
Decimal 244 37 139 0 0.85 0.43 0.04 330.43 0.9 0.55
Hex F4 25 8B 0 55 2B 4 14A 5A 37
Octal 364 45 213 0 125 53 4 512 132 67
Binary 11110100 100101 10001011 0 1010101 101011 100 101001010 1011010 110111

Color Harmonies of #F4258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4258B

Black with #F4258B

Text Example


Text Example

White with #F4258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4258B; }

 p { color: rgb(244,37,139); }

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

background-color css

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

 a { background-color: rgb(244,37,139); }

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

border-color css

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

 span { border-color: rgb(244,37,139); }

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