Html Css Color HEX #F7067D Deep Pink

📋 copy color: '#F7067D'

red 247 ◦ green 6 ◦ blue 125

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

Shades of Deep Pink #F7067D

Tints of Deep Pink #F7067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 65.34%
G = 1.59%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7067D (or 0xF7067D) is known color: Deep Pink. HEX triplet: F7, 06 and 7D. RGB value is (247,6,125). Sum of RGB (Red+Green+Blue) = 247+6+125=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F7067D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7067D is #08F982. Grayscale: #5B5B5B. Windows color (decimal): -588163 or 8193783. OLE color: 8193783.

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

Color convert

RGB 247 6 125 -
CMYK 0 0.98 0.49 0.03
HSL 330.37º 0.95% 0.5% -
HSV(B) 330.37º 0.98% 0.97% -
XYZ 42.12 21.39 21.31 -
YUV 91.63 146.84 238.82 -
System Red Green Blue C M Y K H S L
Decimal 247 6 125 0 0.98 0.49 0.03 330.37 0.95 0.5
Hex F7 6 7D 0 62 31 3 14A 5F 32
Octal 367 6 175 0 142 61 3 512 137 62
Binary 11110111 110 1111101 0 1100010 110001 11 101001010 1011111 110010

Color Harmonies of #F7067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7067D

Black with #F7067D

Text Example


Text Example

White with #F7067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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