Html Css Color HEX #F9067F Deep Pink

📋 copy color: '#F9067F'

red 249 ◦ green 6 ◦ blue 127

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

Shades of Deep Pink #F9067F

Tints of Deep Pink #F9067F

RGB

 RED value IS 249 (97.66% from 255) = 65.18%

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

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

R = 65.18%
G = 1.57%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9067F (or 0xF9067F) is known color: Deep Pink. HEX triplet: F9, 06 and 7F. RGB value is (249,6,127). Sum of RGB (Red+Green+Blue) = 249+6+127=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F9067F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9067F is #06F980. Grayscale: #5C5C5C. Windows color (decimal): -457089 or 8324857. OLE color: 8324857.

HSL color Cylindrical-coordinate representation of color #F9067F: hue angle of 330.12º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9067F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 6 127 -
CMYK 0 0.98 0.49 0.02
HSL 330.12º 0.95% 0.5% -
HSV(B) 330.12º 0.98% 0.98% -
XYZ 42.96 21.8 22.02 -
YUV 92.45 147.51 239.66 -
System Red Green Blue C M Y K H S L
Decimal 249 6 127 0 0.98 0.49 0.02 330.12 0.95 0.5
Hex F9 6 7F 0 62 31 2 14A 5F 32
Octal 371 6 177 0 142 61 2 512 137 62
Binary 11111001 110 1111111 0 1100010 110001 10 101001010 1011111 110010

Color Harmonies of #F9067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9067F

Black with #F9067F

Text Example


Text Example

White with #F9067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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