Html Css Color HEX #F7067A Deep Pink

📋 copy color: '#F7067A'

red 247 ◦ green 6 ◦ blue 122

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

Shades of Deep Pink #F7067A

Tints of Deep Pink #F7067A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 65.87%
G = 1.6%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F7067A (or 0xF7067A) is known color: Deep Pink. HEX triplet: F7, 06 and 7A. RGB value is (247,6,122). Sum of RGB (Red+Green+Blue) = 247+6+122=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F7067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7067A is #08F985. Grayscale: #5B5B5B. Windows color (decimal): -588166 or 7997175. OLE color: 7997175.

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

Color convert

RGB 247 6 122 -
CMYK 0 0.98 0.51 0.03
HSL 331.12º 0.95% 0.5% -
HSV(B) 331.12º 0.98% 0.97% -
XYZ 41.94 21.31 20.32 -
YUV 91.28 145.34 239.07 -
System Red Green Blue C M Y K H S L
Decimal 247 6 122 0 0.98 0.51 0.03 331.12 0.95 0.5
Hex F7 6 7A 0 62 33 3 14B 5F 32
Octal 367 6 172 0 142 63 3 513 137 62
Binary 11110111 110 1111010 0 1100010 110011 11 101001011 1011111 110010

Color Harmonies of #F7067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7067A

Black with #F7067A

Text Example


Text Example

White with #F7067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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