Html Css Color HEX #F31085 Deep Pink

📋 copy color: '#F31085'

red 243 ◦ green 16 ◦ blue 133

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

Shades of Deep Pink #F31085

Tints of Deep Pink #F31085

RGB

 RED value IS 243 (95.31% from 255) = 61.99%

 GREEN value IS 16 (6.64% from 255) = 4.08%

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

R = 61.99%
G = 4.08%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F31085 (or 0xF31085) is known color: Deep Pink. HEX triplet: F3, 10 and 85. RGB value is (243,16,133). Sum of RGB (Red+Green+Blue) = 243+16+133=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F31085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31085 is #0CEF7A. Grayscale: #606060. Windows color (decimal): -847739 or 8720627. OLE color: 8720627.

HSL color Cylindrical-coordinate representation of color #F31085: hue angle of 329.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31085 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 16 133 -
CMYK 0 0.93 0.45 0.05
HSL 329.07º 0.9% 0.51% -
HSV(B) 329.07º 0.93% 0.95% -
XYZ 41.38 21.12 24.09 -
YUV 97.21 148.21 231.99 -
System Red Green Blue C M Y K H S L
Decimal 243 16 133 0 0.93 0.45 0.05 329.07 0.9 0.51
Hex F3 10 85 0 5D 2D 5 149 5A 33
Octal 363 20 205 0 135 55 5 511 132 63
Binary 11110011 10000 10000101 0 1011101 101101 101 101001001 1011010 110011

Color Harmonies of #F31085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31085

Black with #F31085

Text Example


Text Example

White with #F31085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31085; }

 p { color: rgb(243,16,133); }

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

background-color css

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

 a { background-color: rgb(243,16,133); }

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

border-color css

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

 span { border-color: rgb(243,16,133); }

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