Html Css Color HEX #F1068D Deep Pink

📋 copy color: '#F1068D'

red 241 ◦ green 6 ◦ blue 141

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

Shades of Deep Pink #F1068D

Tints of Deep Pink #F1068D

RGB

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

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

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

R = 62.11%
G = 1.55%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1068D (or 0xF1068D) is known color: Deep Pink. HEX triplet: F1, 06 and 8D. RGB value is (241,6,141). Sum of RGB (Red+Green+Blue) = 241+6+141=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1068D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1068D is #0EF972. Grayscale: #5B5B5B. Windows color (decimal): -981363 or 9242353. OLE color: 9242353.

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

Color convert

RGB 241 6 141 -
CMYK 0 0.98 0.41 0.05
HSL 325.53º 0.95% 0.48% -
HSV(B) 325.53º 0.98% 0.95% -
XYZ 41.15 20.75 27.04 -
YUV 91.66 155.86 234.52 -
System Red Green Blue C M Y K H S L
Decimal 241 6 141 0 0.98 0.41 0.05 325.53 0.95 0.48
Hex F1 6 8D 0 62 29 5 146 5F 30
Octal 361 6 215 0 142 51 5 506 137 60
Binary 11110001 110 10001101 0 1100010 101001 101 101000110 1011111 110000

Color Harmonies of #F1068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1068D

Black with #F1068D

Text Example


Text Example

White with #F1068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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