Html Css Color HEX #F40685 Deep Pink

📋 copy color: '#F40685'

red 244 ◦ green 6 ◦ blue 133

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

Shades of Deep Pink #F40685

Tints of Deep Pink #F40685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 63.71%
G = 1.57%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F40685 (or 0xF40685) is known color: Deep Pink. HEX triplet: F4, 06 and 85. RGB value is (244,6,133). Sum of RGB (Red+Green+Blue) = 244+6+133=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F40685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40685 is #0BF97A. Grayscale: #5B5B5B. Windows color (decimal): -784763 or 8718068. OLE color: 8718068.

HSL color Cylindrical-coordinate representation of color #F40685: hue angle of 327.98º 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 #F40685 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 6 133 -
CMYK 0 0.98 0.45 0.04
HSL 327.98º 0.95% 0.49% -
HSV(B) 327.98º 0.98% 0.96% -
XYZ 41.61 21.06 24.06 -
YUV 91.64 151.35 236.67 -
System Red Green Blue C M Y K H S L
Decimal 244 6 133 0 0.98 0.45 0.04 327.98 0.95 0.49
Hex F4 6 85 0 62 2D 4 148 5F 31
Octal 364 6 205 0 142 55 4 510 137 61
Binary 11110100 110 10000101 0 1100010 101101 100 101001000 1011111 110001

Color Harmonies of #F40685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40685

Black with #F40685

Text Example


Text Example

White with #F40685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40685; }

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

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

background-color css

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

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

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

border-color css

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

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

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