Html Css Color HEX #F613CB Shocking Pink

📋 copy color: '#F613CB'

red 246 ◦ green 19 ◦ blue 203

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

Shades of Shocking Pink #F613CB

Tints of Shocking Pink #F613CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 52.56%
G = 4.06%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F613CB (or 0xF613CB) is known color: Shocking Pink. HEX triplet: F6, 13 and CB. RGB value is (246,19,203). Sum of RGB (Red+Green+Blue) = 246+19+203=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 19 (7.81% from 255 or 4.06% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F613CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F613CB is #09EC34. Grayscale: #6B6B6B. Windows color (decimal): -650293 or 13308918. OLE color: 13308918.

HSL color Cylindrical-coordinate representation of color #F613CB: hue angle of 311.37º 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 #F613CB is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 19 203 -
CMYK 0 0.92 0.17 0.04
HSL 311.37º 0.93% 0.52% -
HSV(B) 311.37º 0.92% 0.96% -
XYZ 49.02 24.37 58.62 -
YUV 107.85 181.71 226.54 -
System Red Green Blue C M Y K H S L
Decimal 246 19 203 0 0.92 0.17 0.04 311.37 0.93 0.52
Hex F6 13 CB 0 5C 11 4 137 5D 34
Octal 366 23 313 0 134 21 4 467 135 64
Binary 11110110 10011 11001011 0 1011100 10001 100 100110111 1011101 110100

Color Harmonies of #F613CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F613CB

Black with #F613CB

Text Example


Text Example

White with #F613CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F613CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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