Html Css Color HEX #F35EC9 Neon Pink

📋 copy color: '#F35EC9'

red 243 ◦ green 94 ◦ blue 201

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

Shades of Neon Pink #F35EC9

Tints of Neon Pink #F35EC9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.47%

 BLUE value IS 201 (78.91% from 255) = 37.36%

R = 45.17%
G = 17.47%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F35EC9 (or 0xF35EC9) is known color: Neon Pink. HEX triplet: F3, 5E and C9. RGB value is (243,94,201). Sum of RGB (Red+Green+Blue) = 243+94+201=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F35EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35EC9 is #0CA136. Grayscale: #969696. Windows color (decimal): -827703 or 13197043. OLE color: 13197043.

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

Color convert

RGB 243 94 201 -
CMYK 0 0.61 0.17 0.05
HSL 316.91º 0.86% 0.66% -
HSV(B) 316.91º 0.61% 0.95% -
XYZ 51.51 31.28 58.58 -
YUV 150.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 243 94 201 0 0.61 0.17 0.05 316.91 0.86 0.66
Hex F3 5E C9 0 3D 11 5 13D 56 42
Octal 363 136 311 0 75 21 5 475 126 102
Binary 11110011 1011110 11001001 0 111101 10001 101 100111101 1010110 1000010

Color Harmonies of #F35EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35EC9

Black with #F35EC9

Text Example


Text Example

White with #F35EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35EC9; }

 p { color: rgb(243,94,201); }

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

background-color css

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

 a { background-color: rgb(243,94,201); }

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

border-color css

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

 span { border-color: rgb(243,94,201); }

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