Html Css Color HEX #F4068F Deep Pink

📋 copy color: '#F4068F'

red 244 ◦ green 6 ◦ blue 143

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

Shades of Deep Pink #F4068F

Tints of Deep Pink #F4068F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.53%

 BLUE value IS 143 (56.25% from 255) = 36.39%

R = 62.09%
G = 1.53%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F4068F (or 0xF4068F) is known color: Deep Pink. HEX triplet: F4, 06 and 8F. RGB value is (244,6,143). Sum of RGB (Red+Green+Blue) = 244+6+143=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F4068F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4068F is #0BF970. Grayscale: #5C5C5C. Windows color (decimal): -784753 or 9373428. OLE color: 9373428.

HSL color Cylindrical-coordinate representation of color #F4068F: hue angle of 325.46º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4068F is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 6 143 -
CMYK 0 0.98 0.41 0.04
HSL 325.46º 0.95% 0.49% -
HSV(B) 325.46º 0.98% 0.96% -
XYZ 42.33 21.35 27.88 -
YUV 92.78 156.35 235.86 -
System Red Green Blue C M Y K H S L
Decimal 244 6 143 0 0.98 0.41 0.04 325.46 0.95 0.49
Hex F4 6 8F 0 62 29 4 145 5F 31
Octal 364 6 217 0 142 51 4 505 137 61
Binary 11110100 110 10001111 0 1100010 101001 100 101000101 1011111 110001

Color Harmonies of #F4068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4068F

Black with #F4068F

Text Example


Text Example

White with #F4068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4068F; }

 p { color: rgb(244,6,143); }

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

background-color css

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

 a { background-color: rgb(244,6,143); }

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

border-color css

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

 span { border-color: rgb(244,6,143); }

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