Html Css Color HEX #F5068B Deep Pink

📋 copy color: '#F5068B'

red 245 ◦ green 6 ◦ blue 139

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

Shades of Deep Pink #F5068B

Tints of Deep Pink #F5068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 62.82%
G = 1.54%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5068B (or 0xF5068B) is known color: Deep Pink. HEX triplet: F5, 06 and 8B. RGB value is (245,6,139). Sum of RGB (Red+Green+Blue) = 245+6+139=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5068B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5068B is #0AF974. Grayscale: #5C5C5C. Windows color (decimal): -719221 or 9111285. OLE color: 9111285.

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

Color convert

RGB 245 6 139 -
CMYK 0 0.98 0.43 0.04
HSL 326.61º 0.95% 0.49% -
HSV(B) 326.61º 0.98% 0.96% -
XYZ 42.38 21.41 26.32 -
YUV 92.62 154.18 236.69 -
System Red Green Blue C M Y K H S L
Decimal 245 6 139 0 0.98 0.43 0.04 326.61 0.95 0.49
Hex F5 6 8B 0 62 2B 4 147 5F 31
Octal 365 6 213 0 142 53 4 507 137 61
Binary 11110101 110 10001011 0 1100010 101011 100 101000111 1011111 110001

Color Harmonies of #F5068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5068B

Black with #F5068B

Text Example


Text Example

White with #F5068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5068B; }

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

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

background-color css

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

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

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

border-color css

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

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

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