Html Css Color HEX #F315B4 Spicy Pink

📋 copy color: '#F315B4'

red 243 ◦ green 21 ◦ blue 180

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

Shades of Spicy Pink #F315B4

Tints of Spicy Pink #F315B4

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.73%

 BLUE value IS 180 (70.7% from 255) = 40.54%

R = 54.73%
G = 4.73%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F315B4 (or 0xF315B4) is known color: Spicy Pink. HEX triplet: F3, 15 and B4. RGB value is (243,21,180). Sum of RGB (Red+Green+Blue) = 243+21+180=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F315B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315B4 is #0CEA4B. Grayscale: #696969. Windows color (decimal): -846412 or 11802099. OLE color: 11802099.

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

Color convert

RGB 243 21 180 -
CMYK 0 0.91 0.26 0.05
HSL 317.03º 0.9% 0.52% -
HSV(B) 317.03º 0.91% 0.95% -
XYZ 45.47 22.89 45.2 -
YUV 105.5 170.05 226.07 -
System Red Green Blue C M Y K H S L
Decimal 243 21 180 0 0.91 0.26 0.05 317.03 0.9 0.52
Hex F3 15 B4 0 5B 1A 5 13D 5A 34
Octal 363 25 264 0 133 32 5 475 132 64
Binary 11110011 10101 10110100 0 1011011 11010 101 100111101 1011010 110100

Color Harmonies of #F315B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F315B4

Black with #F315B4

Text Example


Text Example

White with #F315B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F315B4; }

 p { color: rgb(243,21,180); }

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

background-color css

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

 a { background-color: rgb(243,21,180); }

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

border-color css

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

 span { border-color: rgb(243,21,180); }

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