Html Css Color HEX #F360C4 Neon Pink

📋 copy color: '#F360C4'

red 243 ◦ green 96 ◦ blue 196

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

Shades of Neon Pink #F360C4

Tints of Neon Pink #F360C4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.94%

 BLUE value IS 196 (76.95% from 255) = 36.64%

R = 45.42%
G = 17.94%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F360C4 (or 0xF360C4) is known color: Neon Pink. HEX triplet: F3, 60 and C4. RGB value is (243,96,196). Sum of RGB (Red+Green+Blue) = 243+96+196=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F360C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F360C4 is #0C9F3B. Grayscale: #979797. Windows color (decimal): -827196 or 12869875. OLE color: 12869875.

HSL color Cylindrical-coordinate representation of color #F360C4: hue angle of 319.18º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F360C4 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 96 196 -
CMYK 0 0.60 0.19 0.05
HSL 319.18º 0.86% 0.66% -
HSV(B) 319.18º 0.6% 0.95% -
XYZ 51.11 31.41 55.59 -
YUV 151.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 243 96 196 0 0.60 0.19 0.05 319.18 0.86 0.66
Hex F3 60 C4 0 3C 13 5 13F 56 42
Octal 363 140 304 0 74 23 5 477 126 102
Binary 11110011 1100000 11000100 0 111100 10011 101 100111111 1010110 1000010

Color Harmonies of #F360C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F360C4

Black with #F360C4

Text Example


Text Example

White with #F360C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F360C4; }

 p { color: rgb(243,96,196); }

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

background-color css

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

 a { background-color: rgb(243,96,196); }

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

border-color css

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

 span { border-color: rgb(243,96,196); }

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