Html Css Color HEX #F5068A Deep Pink

📋 copy color: '#F5068A'

red 245 ◦ green 6 ◦ blue 138

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

Shades of Deep Pink #F5068A

Tints of Deep Pink #F5068A

RGB

 RED value IS 245 (96.09% from 255) = 62.98%

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

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 62.98%
G = 1.54%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5068A (or 0xF5068A) is known color: Deep Pink. HEX triplet: F5, 06 and 8A. RGB value is (245,6,138). Sum of RGB (Red+Green+Blue) = 245+6+138=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F5068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5068A is #0AF975. Grayscale: #5C5C5C. Windows color (decimal): -719222 or 9045749. OLE color: 9045749.

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

Color convert

RGB 245 6 138 -
CMYK 0 0.98 0.44 0.04
HSL 326.86º 0.95% 0.49% -
HSV(B) 326.86º 0.98% 0.96% -
XYZ 42.31 21.38 25.94 -
YUV 92.51 153.68 236.77 -
System Red Green Blue C M Y K H S L
Decimal 245 6 138 0 0.98 0.44 0.04 326.86 0.95 0.49
Hex F5 6 8A 0 62 2C 4 147 5F 31
Octal 365 6 212 0 142 54 4 507 137 61
Binary 11110101 110 10001010 0 1100010 101100 100 101000111 1011111 110001

Color Harmonies of #F5068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5068A

Black with #F5068A

Text Example


Text Example

White with #F5068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5068A; }

 p { color: rgb(245,6,138); }

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

background-color css

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

 a { background-color: rgb(245,6,138); }

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

border-color css

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

 span { border-color: rgb(245,6,138); }

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