Html Css Color HEX #F5068D Deep Pink

📋 copy color: '#F5068D'

red 245 ◦ green 6 ◦ blue 141

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

Shades of Deep Pink #F5068D

Tints of Deep Pink #F5068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 62.5%
G = 1.53%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5068D (or 0xF5068D) is known color: Deep Pink. HEX triplet: F5, 06 and 8D. RGB value is (245,6,141). Sum of RGB (Red+Green+Blue) = 245+6+141=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F5068D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5068D is #0AF972. Grayscale: #5C5C5C. Windows color (decimal): -719219 or 9242357. OLE color: 9242357.

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

Color convert

RGB 245 6 141 -
CMYK 0 0.98 0.42 0.04
HSL 326.11º 0.95% 0.49% -
HSV(B) 326.11º 0.98% 0.96% -
XYZ 42.53 21.47 27.1 -
YUV 92.85 155.18 236.52 -
System Red Green Blue C M Y K H S L
Decimal 245 6 141 0 0.98 0.42 0.04 326.11 0.95 0.49
Hex F5 6 8D 0 62 2A 4 146 5F 31
Octal 365 6 215 0 142 52 4 506 137 61
Binary 11110101 110 10001101 0 1100010 101010 100 101000110 1011111 110001

Color Harmonies of #F5068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5068D

Black with #F5068D

Text Example


Text Example

White with #F5068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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