Html Css Color HEX #F30FAC Spicy Pink

📋 copy color: '#F30FAC'

red 243 ◦ green 15 ◦ blue 172

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

Shades of Spicy Pink #F30FAC

Tints of Spicy Pink #F30FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.49%

 BLUE value IS 172 (67.58% from 255) = 40%

R = 56.51%
G = 3.49%
B = 40%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F30FAC (or 0xF30FAC) is known color: Spicy Pink. HEX triplet: F3, 0F and AC. RGB value is (243,15,172). Sum of RGB (Red+Green+Blue) = 243+15+172=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30FAC is #0CF053. Grayscale: #646464. Windows color (decimal): -847956 or 11276275. OLE color: 11276275.

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

Color convert

RGB 243 15 172 -
CMYK 0 0.94 0.29 0.05
HSL 318.68º 0.9% 0.51% -
HSV(B) 318.68º 0.94% 0.95% -
XYZ 44.58 22.37 41 -
YUV 101.07 168.04 229.23 -
System Red Green Blue C M Y K H S L
Decimal 243 15 172 0 0.94 0.29 0.05 318.68 0.9 0.51
Hex F3 F AC 0 5E 1D 5 13F 5A 33
Octal 363 17 254 0 136 35 5 477 132 63
Binary 11110011 1111 10101100 0 1011110 11101 101 100111111 1011010 110011

Color Harmonies of #F30FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30FAC

Black with #F30FAC

Text Example


Text Example

White with #F30FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30FAC; }

 p { color: rgb(243,15,172); }

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

background-color css

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

 a { background-color: rgb(243,15,172); }

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

border-color css

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

 span { border-color: rgb(243,15,172); }

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