Html Css Color HEX #F1228D Deep Pink

📋 copy color: '#F1228D'

red 241 ◦ green 34 ◦ blue 141

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

Shades of Deep Pink #F1228D

Tints of Deep Pink #F1228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.17%

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

R = 57.93%
G = 8.17%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1228D (or 0xF1228D) is known color: Deep Pink. HEX triplet: F1, 22 and 8D. RGB value is (241,34,141). Sum of RGB (Red+Green+Blue) = 241+34+141=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1228D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1228D is #0EDD72. Grayscale: #6B6B6B. Windows color (decimal): -974195 or 9249521. OLE color: 9249521.

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

Color convert

RGB 241 34 141 -
CMYK 0 0.86 0.41 0.05
HSL 328.99º 0.88% 0.54% -
HSV(B) 328.99º 0.86% 0.95% -
XYZ 41.66 21.77 27.21 -
YUV 108.09 146.58 222.8 -
System Red Green Blue C M Y K H S L
Decimal 241 34 141 0 0.86 0.41 0.05 328.99 0.88 0.54
Hex F1 22 8D 0 56 29 5 149 58 36
Octal 361 42 215 0 126 51 5 511 130 66
Binary 11110001 100010 10001101 0 1010110 101001 101 101001001 1011000 110110

Color Harmonies of #F1228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1228D

Black with #F1228D

Text Example


Text Example

White with #F1228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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