Html Css Color HEX #F35DC0 Neon Pink

📋 copy color: '#F35DC0'

red 243 ◦ green 93 ◦ blue 192

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

Shades of Neon Pink #F35DC0

Tints of Neon Pink #F35DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.61%

 BLUE value IS 192 (75.39% from 255) = 36.36%

R = 46.02%
G = 17.61%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F35DC0 (or 0xF35DC0) is known color: Neon Pink. HEX triplet: F3, 5D and C0. RGB value is (243,93,192). Sum of RGB (Red+Green+Blue) = 243+93+192=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35DC0 is #0CA23F. Grayscale: #949494. Windows color (decimal): -827968 or 12606963. OLE color: 12606963.

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

Color convert

RGB 243 93 192 -
CMYK 0 0.62 0.21 0.05
HSL 320.4º 0.86% 0.66% -
HSV(B) 320.4º 0.62% 0.95% -
XYZ 50.39 30.69 53.14 -
YUV 149.14 152.2 194.95 -
System Red Green Blue C M Y K H S L
Decimal 243 93 192 0 0.62 0.21 0.05 320.4 0.86 0.66
Hex F3 5D C0 0 3E 15 5 140 56 42
Octal 363 135 300 0 76 25 5 500 126 102
Binary 11110011 1011101 11000000 0 111110 10101 101 101000000 1010110 1000010

Color Harmonies of #F35DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35DC0

Black with #F35DC0

Text Example


Text Example

White with #F35DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35DC0; }

 p { color: rgb(243,93,192); }

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

background-color css

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

 a { background-color: rgb(243,93,192); }

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

border-color css

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

 span { border-color: rgb(243,93,192); }

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