Html Css Color HEX #F1067C Deep Pink

📋 copy color: '#F1067C'

red 241 ◦ green 6 ◦ blue 124

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

Shades of Deep Pink #F1067C

Tints of Deep Pink #F1067C

RGB

 RED value IS 241 (94.53% from 255) = 64.96%

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

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 64.96%
G = 1.62%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1067C (or 0xF1067C) is known color: Deep Pink. HEX triplet: F1, 06 and 7C. RGB value is (241,6,124). Sum of RGB (Red+Green+Blue) = 241+6+124=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1067C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1067C is #0EF983. Grayscale: #595959. Windows color (decimal): -981380 or 8128241. OLE color: 8128241.

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

Color convert

RGB 241 6 124 -
CMYK 0 0.98 0.49 0.05
HSL 329.87º 0.95% 0.48% -
HSV(B) 329.87º 0.98% 0.95% -
XYZ 39.98 20.29 20.88 -
YUV 89.72 147.36 235.91 -
System Red Green Blue C M Y K H S L
Decimal 241 6 124 0 0.98 0.49 0.05 329.87 0.95 0.48
Hex F1 6 7C 0 62 31 5 14A 5F 30
Octal 361 6 174 0 142 61 5 512 137 60
Binary 11110001 110 1111100 0 1100010 110001 101 101001010 1011111 110000

Color Harmonies of #F1067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1067C

Black with #F1067C

Text Example


Text Example

White with #F1067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1067C; }

 p { color: rgb(241,6,124); }

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

background-color css

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

 a { background-color: rgb(241,6,124); }

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

border-color css

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

 span { border-color: rgb(241,6,124); }

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