Html Css Color HEX #F7068F Deep Pink

📋 copy color: '#F7068F'

red 247 ◦ green 6 ◦ blue 143

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

Shades of Deep Pink #F7068F

Tints of Deep Pink #F7068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.11%

R = 62.37%
G = 1.52%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F7068F (or 0xF7068F) is known color: Deep Pink. HEX triplet: F7, 06 and 8F. RGB value is (247,6,143). Sum of RGB (Red+Green+Blue) = 247+6+143=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F7068F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7068F is #08F970. Grayscale: #5D5D5D. Windows color (decimal): -588145 or 9373431. OLE color: 9373431.

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

Color convert

RGB 247 6 143 -
CMYK 0 0.98 0.42 0.03
HSL 325.89º 0.95% 0.5% -
HSV(B) 325.89º 0.98% 0.97% -
XYZ 43.38 21.89 27.92 -
YUV 93.68 155.84 237.36 -
System Red Green Blue C M Y K H S L
Decimal 247 6 143 0 0.98 0.42 0.03 325.89 0.95 0.5
Hex F7 6 8F 0 62 2A 3 146 5F 32
Octal 367 6 217 0 142 52 3 506 137 62
Binary 11110111 110 10001111 0 1100010 101010 11 101000110 1011111 110010

Color Harmonies of #F7068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7068F

Black with #F7068F

Text Example


Text Example

White with #F7068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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