Html Css Color HEX #F613CF Shocking Pink

📋 copy color: '#F613CF'

red 246 ◦ green 19 ◦ blue 207

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

Shades of Shocking Pink #F613CF

Tints of Shocking Pink #F613CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.03%

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

R = 52.12%
G = 4.03%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F613CF (or 0xF613CF) is known color: Shocking Pink. HEX triplet: F6, 13 and CF. RGB value is (246,19,207). Sum of RGB (Red+Green+Blue) = 246+19+207=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F613CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F613CF is #09EC30. Grayscale: #6B6B6B. Windows color (decimal): -650289 or 13571062. OLE color: 13571062.

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

Color convert

RGB 246 19 207 -
CMYK 0 0.92 0.16 0.04
HSL 310.31º 0.93% 0.52% -
HSV(B) 310.31º 0.92% 0.96% -
XYZ 49.5 24.56 61.16 -
YUV 108.31 183.71 226.21 -
System Red Green Blue C M Y K H S L
Decimal 246 19 207 0 0.92 0.16 0.04 310.31 0.93 0.52
Hex F6 13 CF 0 5C 10 4 136 5D 34
Octal 366 23 317 0 134 20 4 466 135 64
Binary 11110110 10011 11001111 0 1011100 10000 100 100110110 1011101 110100

Color Harmonies of #F613CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F613CF

Black with #F613CF

Text Example


Text Example

White with #F613CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F613CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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