Html Css Color HEX #F1167F Deep Pink

📋 copy color: '#F1167F'

red 241 ◦ green 22 ◦ blue 127

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

Shades of Deep Pink #F1167F

Tints of Deep Pink #F1167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.64%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 61.79%
G = 5.64%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1167F (or 0xF1167F) is known color: Deep Pink. HEX triplet: F1, 16 and 7F. RGB value is (241,22,127). Sum of RGB (Red+Green+Blue) = 241+22+127=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F1167F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1167F is #0EE980. Grayscale: #636363. Windows color (decimal): -977281 or 8328945. OLE color: 8328945.

HSL color Cylindrical-coordinate representation of color #F1167F: hue angle of 331.23º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1167F is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 22 127 -
CMYK 0 0.91 0.47 0.05
HSL 331.23º 0.89% 0.52% -
HSV(B) 331.23º 0.91% 0.95% -
XYZ 40.39 20.81 21.97 -
YUV 99.45 143.55 228.96 -
System Red Green Blue C M Y K H S L
Decimal 241 22 127 0 0.91 0.47 0.05 331.23 0.89 0.52
Hex F1 16 7F 0 5B 2F 5 14B 59 34
Octal 361 26 177 0 133 57 5 513 131 64
Binary 11110001 10110 1111111 0 1011011 101111 101 101001011 1011001 110100

Color Harmonies of #F1167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1167F

Black with #F1167F

Text Example


Text Example

White with #F1167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1167F; }

 p { color: rgb(241,22,127); }

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

background-color css

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

 a { background-color: rgb(241,22,127); }

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

border-color css

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

 span { border-color: rgb(241,22,127); }

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