Html Css Color HEX #F1027E Deep Pink

📋 copy color: '#F1027E'

red 241 ◦ green 2 ◦ blue 126

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

Shades of Deep Pink #F1027E

Tints of Deep Pink #F1027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 65.31%
G = 0.54%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1027E (or 0xF1027E) is known color: Deep Pink. HEX triplet: F1, 02 and 7E. RGB value is (241,2,126). Sum of RGB (Red+Green+Blue) = 241+2+126=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1027E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1027E is #0EFD81. Grayscale: #575757. Windows color (decimal): -982402 or 8258289. OLE color: 8258289.

HSL color Cylindrical-coordinate representation of color #F1027E: hue angle of 328.87º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1027E is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 2 126 -
CMYK 0 0.99 0.48 0.05
HSL 328.87º 0.98% 0.48% -
HSV(B) 328.87º 0.99% 0.95% -
XYZ 40.06 20.25 21.54 -
YUV 87.6 149.68 237.42 -
System Red Green Blue C M Y K H S L
Decimal 241 2 126 0 0.99 0.48 0.05 328.87 0.98 0.48
Hex F1 2 7E 0 63 30 5 149 62 30
Octal 361 2 176 0 143 60 5 511 142 60
Binary 11110001 10 1111110 0 1100011 110000 101 101001001 1100010 110000

Color Harmonies of #F1027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1027E

Black with #F1027E

Text Example


Text Example

White with #F1027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1027E; }

 p { color: rgb(241,2,126); }

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

background-color css

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

 a { background-color: rgb(241,2,126); }

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

border-color css

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

 span { border-color: rgb(241,2,126); }

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