Html Css Color HEX #F314B2 Spicy Pink

📋 copy color: '#F314B2'

red 243 ◦ green 20 ◦ blue 178

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

Shades of Spicy Pink #F314B2

Tints of Spicy Pink #F314B2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.54%

 BLUE value IS 178 (69.92% from 255) = 40.36%

R = 55.1%
G = 4.54%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F314B2 (or 0xF314B2) is known color: Spicy Pink. HEX triplet: F3, 14 and B2. RGB value is (243,20,178). Sum of RGB (Red+Green+Blue) = 243+20+178=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F314B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F314B2 is #0CEB4D. Grayscale: #686868. Windows color (decimal): -846670 or 11670771. OLE color: 11670771.

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

Color convert

RGB 243 20 178 -
CMYK 0 0.92 0.27 0.05
HSL 317.49º 0.9% 0.52% -
HSV(B) 317.49º 0.92% 0.95% -
XYZ 45.25 22.77 44.13 -
YUV 104.69 169.38 226.65 -
System Red Green Blue C M Y K H S L
Decimal 243 20 178 0 0.92 0.27 0.05 317.49 0.9 0.52
Hex F3 14 B2 0 5C 1B 5 13D 5A 34
Octal 363 24 262 0 134 33 5 475 132 64
Binary 11110011 10100 10110010 0 1011100 11011 101 100111101 1011010 110100

Color Harmonies of #F314B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F314B2

Black with #F314B2

Text Example


Text Example

White with #F314B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F314B2; }

 p { color: rgb(243,20,178); }

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

background-color css

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

 a { background-color: rgb(243,20,178); }

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

border-color css

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

 span { border-color: rgb(243,20,178); }

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