Html Css Color HEX #F01694 Deep Pink

📋 copy color: '#F01694'

red 240 ◦ green 22 ◦ blue 148

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

Shades of Deep Pink #F01694

Tints of Deep Pink #F01694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.37%

 BLUE value IS 148 (58.2% from 255) = 36.1%

R = 58.54%
G = 5.37%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F01694 (or 0xF01694) is known color: Deep Pink. HEX triplet: F0, 16 and 94. RGB value is (240,22,148). Sum of RGB (Red+Green+Blue) = 240+22+148=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F01694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01694 is #0FE96B. Grayscale: #656565. Windows color (decimal): -1042796 or 9705200. OLE color: 9705200.

HSL color Cylindrical-coordinate representation of color #F01694: hue angle of 325.32º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01694 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 22 148 -
CMYK 0 0.91 0.38 0.06
HSL 325.32º 0.88% 0.51% -
HSV(B) 325.32º 0.91% 0.94% -
XYZ 41.57 21.24 29.93 -
YUV 101.55 154.22 226.75 -
System Red Green Blue C M Y K H S L
Decimal 240 22 148 0 0.91 0.38 0.06 325.32 0.88 0.51
Hex F0 16 94 0 5B 26 6 145 58 33
Octal 360 26 224 0 133 46 6 505 130 63
Binary 11110000 10110 10010100 0 1011011 100110 110 101000101 1011000 110011

Color Harmonies of #F01694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01694

Black with #F01694

Text Example


Text Example

White with #F01694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01694; }

 p { color: rgb(240,22,148); }

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

background-color css

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

 a { background-color: rgb(240,22,148); }

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

border-color css

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

 span { border-color: rgb(240,22,148); }

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