Html Css Color HEX #F1078D Deep Pink

📋 copy color: '#F1078D'

red 241 ◦ green 7 ◦ blue 141

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

Shades of Deep Pink #F1078D

Tints of Deep Pink #F1078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.8%

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 61.95%
G = 1.8%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1078D (or 0xF1078D) is known color: Deep Pink. HEX triplet: F1, 07 and 8D. RGB value is (241,7,141). Sum of RGB (Red+Green+Blue) = 241+7+141=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F1078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1078D is #0EF872. Grayscale: #5B5B5B. Windows color (decimal): -981107 or 9242609. OLE color: 9242609.

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

Color convert

RGB 241 7 141 -
CMYK 0 0.97 0.41 0.05
HSL 325.64º 0.94% 0.49% -
HSV(B) 325.64º 0.97% 0.95% -
XYZ 41.16 20.78 27.04 -
YUV 92.24 155.52 234.1 -
System Red Green Blue C M Y K H S L
Decimal 241 7 141 0 0.97 0.41 0.05 325.64 0.94 0.49
Hex F1 7 8D 0 61 29 5 146 5E 31
Octal 361 7 215 0 141 51 5 506 136 61
Binary 11110001 111 10001101 0 1100001 101001 101 101000110 1011110 110001

Color Harmonies of #F1078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1078D

Black with #F1078D

Text Example


Text Example

White with #F1078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1078D; }

 p { color: rgb(241,7,141); }

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

background-color css

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

 a { background-color: rgb(241,7,141); }

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

border-color css

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

 span { border-color: rgb(241,7,141); }

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