Html Css Color HEX #F7067B Deep Pink

📋 copy color: '#F7067B'

red 247 ◦ green 6 ◦ blue 123

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

Shades of Deep Pink #F7067B

Tints of Deep Pink #F7067B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 65.69%
G = 1.6%
B = 32.71%

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

#F7067B (or 0xF7067B) is known color: Deep Pink. HEX triplet: F7, 06 and 7B. RGB value is (247,6,123). Sum of RGB (Red+Green+Blue) = 247+6+123=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F7067B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7067B is #08F984. Grayscale: #5B5B5B. Windows color (decimal): -588165 or 8062711. OLE color: 8062711.

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

Color convert

RGB 247 6 123 -
CMYK 0 0.98 0.50 0.03
HSL 330.87º 0.95% 0.5% -
HSV(B) 330.87º 0.98% 0.97% -
XYZ 42 21.33 20.64 -
YUV 91.4 145.84 238.99 -
System Red Green Blue C M Y K H S L
Decimal 247 6 123 0 0.98 0.50 0.03 330.87 0.95 0.5
Hex F7 6 7B 0 62 32 3 14B 5F 32
Octal 367 6 173 0 142 62 3 513 137 62
Binary 11110111 110 1111011 0 1100010 110010 11 101001011 1011111 110010

Color Harmonies of #F7067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7067B

Black with #F7067B

Text Example


Text Example

White with #F7067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7067B; }

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

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

background-color css

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

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

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

border-color css

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

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

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