Html Css Color HEX #F10682 Deep Pink

📋 copy color: '#F10682'

red 241 ◦ green 6 ◦ blue 130

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

Shades of Deep Pink #F10682

Tints of Deep Pink #F10682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.59%

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 63.93%
G = 1.59%
B = 34.48%

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

#F10682 (or 0xF10682) is known color: Deep Pink. HEX triplet: F1, 06 and 82. RGB value is (241,6,130). Sum of RGB (Red+Green+Blue) = 241+6+130=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F10682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10682 is #0EF97D. Grayscale: #5A5A5A. Windows color (decimal): -981374 or 8521457. OLE color: 8521457.

HSL color Cylindrical-coordinate representation of color #F10682: hue angle of 328.34º degrees, saturation: 0.95, 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 #F10682 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 6 130 -
CMYK 0 0.98 0.46 0.05
HSL 328.34º 0.95% 0.48% -
HSV(B) 328.34º 0.98% 0.95% -
XYZ 40.37 20.44 22.94 -
YUV 90.4 150.36 235.42 -
System Red Green Blue C M Y K H S L
Decimal 241 6 130 0 0.98 0.46 0.05 328.34 0.95 0.48
Hex F1 6 82 0 62 2E 5 148 5F 30
Octal 361 6 202 0 142 56 5 510 137 60
Binary 11110001 110 10000010 0 1100010 101110 101 101001000 1011111 110000

Color Harmonies of #F10682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10682

Black with #F10682

Text Example


Text Example

White with #F10682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10682; }

 p { color: rgb(241,6,130); }

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

background-color css

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

 a { background-color: rgb(241,6,130); }

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

border-color css

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

 span { border-color: rgb(241,6,130); }

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