Html Css Color HEX #F31B85 Deep Pink

📋 copy color: '#F31B85'

red 243 ◦ green 27 ◦ blue 133

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

Shades of Deep Pink #F31B85

Tints of Deep Pink #F31B85

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.7%

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

R = 60.3%
G = 6.7%
B = 33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F31B85 (or 0xF31B85) is known color: Deep Pink. HEX triplet: F3, 1B and 85. RGB value is (243,27,133). Sum of RGB (Red+Green+Blue) = 243+27+133=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31B85 is #0CE47A. Grayscale: #676767. Windows color (decimal): -844923 or 8723443. OLE color: 8723443.

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

Color convert

RGB 243 27 133 -
CMYK 0 0.89 0.45 0.05
HSL 330.56º 0.9% 0.53% -
HSV(B) 330.56º 0.89% 0.95% -
XYZ 41.59 21.53 24.15 -
YUV 103.67 144.56 227.38 -
System Red Green Blue C M Y K H S L
Decimal 243 27 133 0 0.89 0.45 0.05 330.56 0.9 0.53
Hex F3 1B 85 0 59 2D 5 14B 5A 35
Octal 363 33 205 0 131 55 5 513 132 65
Binary 11110011 11011 10000101 0 1011001 101101 101 101001011 1011010 110101

Color Harmonies of #F31B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31B85

Black with #F31B85

Text Example


Text Example

White with #F31B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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