Html Css Color HEX #F1088F Deep Pink

📋 copy color: '#F1088F'

red 241 ◦ green 8 ◦ blue 143

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

Shades of Deep Pink #F1088F

Tints of Deep Pink #F1088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.04%

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

R = 61.48%
G = 2.04%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1088F (or 0xF1088F) is known color: Deep Pink. HEX triplet: F1, 08 and 8F. RGB value is (241,8,143). Sum of RGB (Red+Green+Blue) = 241+8+143=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F1088F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1088F is #0EF770. Grayscale: #5C5C5C. Windows color (decimal): -980849 or 9373937. OLE color: 9373937.

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

Color convert

RGB 241 8 143 -
CMYK 0 0.97 0.41 0.05
HSL 325.24º 0.94% 0.49% -
HSV(B) 325.24º 0.97% 0.95% -
XYZ 41.32 20.86 27.83 -
YUV 93.06 156.19 233.52 -
System Red Green Blue C M Y K H S L
Decimal 241 8 143 0 0.97 0.41 0.05 325.24 0.94 0.49
Hex F1 8 8F 0 61 29 5 145 5E 31
Octal 361 10 217 0 141 51 5 505 136 61
Binary 11110001 1000 10001111 0 1100001 101001 101 101000101 1011110 110001

Color Harmonies of #F1088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1088F

Black with #F1088F

Text Example


Text Example

White with #F1088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1088F; }

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

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

background-color css

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

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

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

border-color css

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

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

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