Html Css Color HEX #F31B7F Deep Pink

📋 copy color: '#F31B7F'

red 243 ◦ green 27 ◦ blue 127

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

Shades of Deep Pink #F31B7F

Tints of Deep Pink #F31B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.99%

R = 61.21%
G = 6.8%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F31B7F (or 0xF31B7F) is known color: Deep Pink. HEX triplet: F3, 1B and 7F. RGB value is (243,27,127). Sum of RGB (Red+Green+Blue) = 243+27+127=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31B7F is #0CE480. Grayscale: #666666. Windows color (decimal): -844929 or 8330227. OLE color: 8330227.

HSL color Cylindrical-coordinate representation of color #F31B7F: hue angle of 332.22º 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 #F31B7F is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 27 127 -
CMYK 0 0.89 0.48 0.05
HSL 332.22º 0.9% 0.53% -
HSV(B) 332.22º 0.89% 0.95% -
XYZ 41.18 21.37 22.03 -
YUV 102.98 141.56 227.87 -
System Red Green Blue C M Y K H S L
Decimal 243 27 127 0 0.89 0.48 0.05 332.22 0.9 0.53
Hex F3 1B 7F 0 59 30 5 14C 5A 35
Octal 363 33 177 0 131 60 5 514 132 65
Binary 11110011 11011 1111111 0 1011001 110000 101 101001100 1011010 110101

Color Harmonies of #F31B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31B7F

Black with #F31B7F

Text Example


Text Example

White with #F31B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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