Html Css Color HEX #F7067C Deep Pink

📋 copy color: '#F7067C'

red 247 ◦ green 6 ◦ blue 124

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

Shades of Deep Pink #F7067C

Tints of Deep Pink #F7067C

RGB

 RED value IS 247 (96.88% from 255) = 65.52%

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

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 65.52%
G = 1.59%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7067C (or 0xF7067C) is known color: Deep Pink. HEX triplet: F7, 06 and 7C. RGB value is (247,6,124). Sum of RGB (Red+Green+Blue) = 247+6+124=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F7067C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7067C is #08F983. Grayscale: #5B5B5B. Windows color (decimal): -588164 or 8128247. OLE color: 8128247.

HSL color Cylindrical-coordinate representation of color #F7067C: hue angle of 330.62º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7067C is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 6 124 -
CMYK 0 0.98 0.50 0.03
HSL 330.62º 0.95% 0.5% -
HSV(B) 330.62º 0.98% 0.97% -
XYZ 42.06 21.36 20.97 -
YUV 91.51 146.34 238.91 -
System Red Green Blue C M Y K H S L
Decimal 247 6 124 0 0.98 0.50 0.03 330.62 0.95 0.5
Hex F7 6 7C 0 62 32 3 14B 5F 32
Octal 367 6 174 0 142 62 3 513 137 62
Binary 11110111 110 1111100 0 1100010 110010 11 101001011 1011111 110010

Color Harmonies of #F7067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7067C

Black with #F7067C

Text Example


Text Example

White with #F7067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7067C; }

 p { color: rgb(247,6,124); }

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

background-color css

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

 a { background-color: rgb(247,6,124); }

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

border-color css

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

 span { border-color: rgb(247,6,124); }

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