Html Css Color HEX #F1238F Deep Pink

📋 copy color: '#F1238F'

red 241 ◦ green 35 ◦ blue 143

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

Shades of Deep Pink #F1238F

Tints of Deep Pink #F1238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 57.52%
G = 8.35%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1238F (or 0xF1238F) is known color: Deep Pink. HEX triplet: F1, 23 and 8F. RGB value is (241,35,143). Sum of RGB (Red+Green+Blue) = 241+35+143=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1238F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1238F is #0EDC70. Grayscale: #6C6C6C. Windows color (decimal): -973937 or 9380849. OLE color: 9380849.

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

Color convert

RGB 241 35 143 -
CMYK 0 0.85 0.41 0.05
HSL 328.54º 0.88% 0.54% -
HSV(B) 328.54º 0.85% 0.95% -
XYZ 41.83 21.89 28.01 -
YUV 108.91 147.25 222.22 -
System Red Green Blue C M Y K H S L
Decimal 241 35 143 0 0.85 0.41 0.05 328.54 0.88 0.54
Hex F1 23 8F 0 55 29 5 149 58 36
Octal 361 43 217 0 125 51 5 511 130 66
Binary 11110001 100011 10001111 0 1010101 101001 101 101001001 1011000 110110

Color Harmonies of #F1238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1238F

Black with #F1238F

Text Example


Text Example

White with #F1238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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