Html Css Color HEX #F1258C Deep Pink

📋 copy color: '#F1258C'

red 241 ◦ green 37 ◦ blue 140

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

Shades of Deep Pink #F1258C

Tints of Deep Pink #F1258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.85%

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

R = 57.66%
G = 8.85%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1258C (or 0xF1258C) is known color: Deep Pink. HEX triplet: F1, 25 and 8C. RGB value is (241,37,140). Sum of RGB (Red+Green+Blue) = 241+37+140=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1258C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1258C is #0EDA73. Grayscale: #6D6D6D. Windows color (decimal): -973428 or 9184753. OLE color: 9184753.

HSL color Cylindrical-coordinate representation of color #F1258C: hue angle of 329.71º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1258C is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 37 140 -
CMYK 0 0.85 0.42 0.05
HSL 329.71º 0.88% 0.55% -
HSV(B) 329.71º 0.85% 0.95% -
XYZ 41.67 21.92 26.85 -
YUV 109.74 145.09 221.62 -
System Red Green Blue C M Y K H S L
Decimal 241 37 140 0 0.85 0.42 0.05 329.71 0.88 0.55
Hex F1 25 8C 0 55 2A 5 14A 58 37
Octal 361 45 214 0 125 52 5 512 130 67
Binary 11110001 100101 10001100 0 1010101 101010 101 101001010 1011000 110111

Color Harmonies of #F1258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1258C

Black with #F1258C

Text Example


Text Example

White with #F1258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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