Html Css Color HEX #F1238C Deep Pink

📋 copy color: '#F1238C'

red 241 ◦ green 35 ◦ blue 140

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

Shades of Deep Pink #F1238C

Tints of Deep Pink #F1238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.41%

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

R = 57.93%
G = 8.41%
B = 33.65%

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

#F1238C (or 0xF1238C) is known color: Deep Pink. HEX triplet: F1, 23 and 8C. RGB value is (241,35,140). Sum of RGB (Red+Green+Blue) = 241+35+140=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1238C is #0EDC73. Grayscale: #6C6C6C. Windows color (decimal): -973940 or 9184241. OLE color: 9184241.

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

Color convert

RGB 241 35 140 -
CMYK 0 0.85 0.42 0.05
HSL 329.42º 0.88% 0.54% -
HSV(B) 329.42º 0.85% 0.95% -
XYZ 41.61 21.8 26.82 -
YUV 108.56 145.75 222.46 -
System Red Green Blue C M Y K H S L
Decimal 241 35 140 0 0.85 0.42 0.05 329.42 0.88 0.54
Hex F1 23 8C 0 55 2A 5 149 58 36
Octal 361 43 214 0 125 52 5 511 130 66
Binary 11110001 100011 10001100 0 1010101 101010 101 101001001 1011000 110110

Color Harmonies of #F1238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1238C

Black with #F1238C

Text Example


Text Example

White with #F1238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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