Html Css Color HEX #F10481 Deep Pink

📋 copy color: '#F10481'

red 241 ◦ green 4 ◦ blue 129

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

Shades of Deep Pink #F10481

Tints of Deep Pink #F10481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 129 (50.78% from 255) = 34.49%

R = 64.44%
G = 1.07%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F10481 (or 0xF10481) is known color: Deep Pink. HEX triplet: F1, 04 and 81. RGB value is (241,4,129). Sum of RGB (Red+Green+Blue) = 241+4+129=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F10481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10481 is #0EFB7E. Grayscale: #585858. Windows color (decimal): -981887 or 8455409. OLE color: 8455409.

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

Color convert

RGB 241 4 129 -
CMYK 0 0.98 0.46 0.05
HSL 328.35º 0.97% 0.48% -
HSV(B) 328.35º 0.98% 0.95% -
XYZ 40.28 20.37 22.58 -
YUV 89.11 150.52 236.34 -
System Red Green Blue C M Y K H S L
Decimal 241 4 129 0 0.98 0.46 0.05 328.35 0.97 0.48
Hex F1 4 81 0 62 2E 5 148 61 30
Octal 361 4 201 0 142 56 5 510 141 60
Binary 11110001 100 10000001 0 1100010 101110 101 101001000 1100001 110000

Color Harmonies of #F10481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10481

Black with #F10481

Text Example


Text Example

White with #F10481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10481; }

 p { color: rgb(241,4,129); }

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

background-color css

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

 a { background-color: rgb(241,4,129); }

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

border-color css

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

 span { border-color: rgb(241,4,129); }

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