Html Css Color HEX #F7067F Deep Pink

📋 copy color: '#F7067F'

red 247 ◦ green 6 ◦ blue 127

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

Shades of Deep Pink #F7067F

Tints of Deep Pink #F7067F

RGB

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

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

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

R = 65%
G = 1.58%
B = 33.42%

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

#F7067F (or 0xF7067F) is known color: Deep Pink. HEX triplet: F7, 06 and 7F. RGB value is (247,6,127). Sum of RGB (Red+Green+Blue) = 247+6+127=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F7067F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7067F is #08F980. Grayscale: #5B5B5B. Windows color (decimal): -588161 or 8324855. OLE color: 8324855.

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

Color convert

RGB 247 6 127 -
CMYK 0 0.98 0.49 0.03
HSL 329.88º 0.95% 0.5% -
HSV(B) 329.88º 0.98% 0.97% -
XYZ 42.25 21.44 21.99 -
YUV 91.85 147.84 238.66 -
System Red Green Blue C M Y K H S L
Decimal 247 6 127 0 0.98 0.49 0.03 329.88 0.95 0.5
Hex F7 6 7F 0 62 31 3 14A 5F 32
Octal 367 6 177 0 142 61 3 512 137 62
Binary 11110111 110 1111111 0 1100010 110001 11 101001010 1011111 110010

Color Harmonies of #F7067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7067F

Black with #F7067F

Text Example


Text Example

White with #F7067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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