Html Css Color HEX #F31294 Deep Pink

📋 copy color: '#F31294'

red 243 ◦ green 18 ◦ blue 148

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

Shades of Deep Pink #F31294

Tints of Deep Pink #F31294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.4%

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 59.41%
G = 4.4%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F31294 (or 0xF31294) is known color: Deep Pink. HEX triplet: F3, 12 and 94. RGB value is (243,18,148). Sum of RGB (Red+Green+Blue) = 243+18+148=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F31294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31294 is #0CED6B. Grayscale: #636363. Windows color (decimal): -847212 or 9704179. OLE color: 9704179.

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

Color convert

RGB 243 18 148 -
CMYK 0 0.93 0.39 0.05
HSL 325.33º 0.9% 0.51% -
HSV(B) 325.33º 0.93% 0.95% -
XYZ 42.52 21.63 29.95 -
YUV 100.1 155.04 229.93 -
System Red Green Blue C M Y K H S L
Decimal 243 18 148 0 0.93 0.39 0.05 325.33 0.9 0.51
Hex F3 12 94 0 5D 27 5 145 5A 33
Octal 363 22 224 0 135 47 5 505 132 63
Binary 11110011 10010 10010100 0 1011101 100111 101 101000101 1011010 110011

Color Harmonies of #F31294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31294

Black with #F31294

Text Example


Text Example

White with #F31294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31294; }

 p { color: rgb(243,18,148); }

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

background-color css

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

 a { background-color: rgb(243,18,148); }

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

border-color css

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

 span { border-color: rgb(243,18,148); }

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