Html Css Color HEX #F5067F Deep Pink

📋 copy color: '#F5067F'

red 245 ◦ green 6 ◦ blue 127

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

Shades of Deep Pink #F5067F

Tints of Deep Pink #F5067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.6%

R = 64.81%
G = 1.59%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5067F (or 0xF5067F) is known color: Deep Pink. HEX triplet: F5, 06 and 7F. RGB value is (245,6,127). Sum of RGB (Red+Green+Blue) = 245+6+127=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F5067F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5067F is #0AF980. Grayscale: #5B5B5B. Windows color (decimal): -719233 or 8324853. OLE color: 8324853.

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

Color convert

RGB 245 6 127 -
CMYK 0 0.98 0.48 0.04
HSL 329.62º 0.95% 0.49% -
HSV(B) 329.62º 0.98% 0.96% -
XYZ 41.55 21.08 21.96 -
YUV 91.26 148.18 237.66 -
System Red Green Blue C M Y K H S L
Decimal 245 6 127 0 0.98 0.48 0.04 329.62 0.95 0.49
Hex F5 6 7F 0 62 30 4 14A 5F 31
Octal 365 6 177 0 142 60 4 512 137 61
Binary 11110101 110 1111111 0 1100010 110000 100 101001010 1011111 110001

Color Harmonies of #F5067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5067F

Black with #F5067F

Text Example


Text Example

White with #F5067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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