Html Css Color HEX #F82085 Deep Pink

📋 copy color: '#F82085'

red 248 ◦ green 32 ◦ blue 133

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

Shades of Deep Pink #F82085

Tints of Deep Pink #F82085

RGB

 RED value IS 248 (97.27% from 255) = 60.05%

 GREEN value IS 32 (12.89% from 255) = 7.75%

 BLUE value IS 133 (52.34% from 255) = 32.2%

R = 60.05%
G = 7.75%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F82085 (or 0xF82085) is known color: Deep Pink. HEX triplet: F8, 20 and 85. RGB value is (248,32,133). Sum of RGB (Red+Green+Blue) = 248+32+133=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F82085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82085 is #07DF7A. Grayscale: #6B6B6B. Windows color (decimal): -515963 or 8724728. OLE color: 8724728.

HSL color Cylindrical-coordinate representation of color #F82085: hue angle of 331.94º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F82085 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 32 133 -
CMYK 0 0.87 0.46 0.03
HSL 331.94º 0.94% 0.55% -
HSV(B) 331.94º 0.87% 0.97% -
XYZ 43.46 22.68 24.28 -
YUV 108.1 142.06 227.79 -
System Red Green Blue C M Y K H S L
Decimal 248 32 133 0 0.87 0.46 0.03 331.94 0.94 0.55
Hex F8 20 85 0 57 2E 3 14C 5E 37
Octal 370 40 205 0 127 56 3 514 136 67
Binary 11111000 100000 10000101 0 1010111 101110 11 101001100 1011110 110111

Color Harmonies of #F82085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82085

Black with #F82085

Text Example


Text Example

White with #F82085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82085; }

 p { color: rgb(248,32,133); }

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

background-color css

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

 a { background-color: rgb(248,32,133); }

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

border-color css

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

 span { border-color: rgb(248,32,133); }

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