Html Css Color HEX #F1058C Deep Pink

📋 copy color: '#F1058C'

red 241 ◦ green 5 ◦ blue 140

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

Shades of Deep Pink #F1058C

Tints of Deep Pink #F1058C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 62.44%
G = 1.3%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1058C (or 0xF1058C) is known color: Deep Pink. HEX triplet: F1, 05 and 8C. RGB value is (241,5,140). Sum of RGB (Red+Green+Blue) = 241+5+140=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1058C is #0EFA73. Grayscale: #5A5A5A. Windows color (decimal): -981620 or 9176561. OLE color: 9176561.

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

Color convert

RGB 241 5 140 -
CMYK 0 0.98 0.42 0.05
HSL 325.68º 0.96% 0.48% -
HSV(B) 325.68º 0.98% 0.95% -
XYZ 41.06 20.7 26.64 -
YUV 90.95 155.69 235.02 -
System Red Green Blue C M Y K H S L
Decimal 241 5 140 0 0.98 0.42 0.05 325.68 0.96 0.48
Hex F1 5 8C 0 62 2A 5 146 60 30
Octal 361 5 214 0 142 52 5 506 140 60
Binary 11110001 101 10001100 0 1100010 101010 101 101000110 1100000 110000

Color Harmonies of #F1058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1058C

Black with #F1058C

Text Example


Text Example

White with #F1058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1058C; }

 p { color: rgb(241,5,140); }

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

background-color css

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

 a { background-color: rgb(241,5,140); }

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

border-color css

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

 span { border-color: rgb(241,5,140); }

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