Html Css Color HEX #F615CF Shocking Pink

📋 copy color: '#F615CF'

red 246 ◦ green 21 ◦ blue 207

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

Shades of Shocking Pink #F615CF

Tints of Shocking Pink #F615CF

RGB

 RED value IS 246 (96.48% from 255) = 51.9%

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 51.9%
G = 4.43%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F615CF (or 0xF615CF) is known color: Shocking Pink. HEX triplet: F6, 15 and CF. RGB value is (246,21,207). Sum of RGB (Red+Green+Blue) = 246+21+207=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F615CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F615CF is #09EA30. Grayscale: #6C6C6C. Windows color (decimal): -649777 or 13571574. OLE color: 13571574.

HSL color Cylindrical-coordinate representation of color #F615CF: hue angle of 310.4º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F615CF is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 21 207 -
CMYK 0 0.91 0.16 0.04
HSL 310.4º 0.93% 0.52% -
HSV(B) 310.4º 0.91% 0.96% -
XYZ 49.54 24.63 61.18 -
YUV 109.48 183.04 225.38 -
System Red Green Blue C M Y K H S L
Decimal 246 21 207 0 0.91 0.16 0.04 310.4 0.93 0.52
Hex F6 15 CF 0 5B 10 4 136 5D 34
Octal 366 25 317 0 133 20 4 466 135 64
Binary 11110110 10101 11001111 0 1011011 10000 100 100110110 1011101 110100

Color Harmonies of #F615CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F615CF

Black with #F615CF

Text Example


Text Example

White with #F615CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F615CF; }

 p { color: rgb(246,21,207); }

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

background-color css

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

 a { background-color: rgb(246,21,207); }

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

border-color css

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

 span { border-color: rgb(246,21,207); }

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