Html Css Color HEX #F061C3 Neon Pink

📋 copy color: '#F061C3'

red 240 ◦ green 97 ◦ blue 195

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

Shades of Neon Pink #F061C3

Tints of Neon Pink #F061C3

RGB

 RED value IS 240 (94.14% from 255) = 45.11%

 GREEN value IS 97 (38.28% from 255) = 18.23%

 BLUE value IS 195 (76.56% from 255) = 36.65%

R = 45.11%
G = 18.23%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F061C3 (or 0xF061C3) is known color: Neon Pink. HEX triplet: F0, 61 and C3. RGB value is (240,97,195). Sum of RGB (Red+Green+Blue) = 240+97+195=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F061C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061C3 is #0F9E3C. Grayscale: #969696. Windows color (decimal): -1023549 or 12804592. OLE color: 12804592.

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

Color convert

RGB 240 97 195 -
CMYK 0 0.60 0.19 0.06
HSL 318.88º 0.83% 0.66% -
HSV(B) 318.88º 0.6% 0.94% -
XYZ 50.06 31.01 54.98 -
YUV 150.93 152.88 191.53 -
System Red Green Blue C M Y K H S L
Decimal 240 97 195 0 0.60 0.19 0.06 318.88 0.83 0.66
Hex F0 61 C3 0 3C 13 6 13F 53 42
Octal 360 141 303 0 74 23 6 477 123 102
Binary 11110000 1100001 11000011 0 111100 10011 110 100111111 1010011 1000010

Color Harmonies of #F061C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F061C3

Black with #F061C3

Text Example


Text Example

White with #F061C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F061C3; }

 p { color: rgb(240,97,195); }

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

background-color css

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

 a { background-color: rgb(240,97,195); }

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

border-color css

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

 span { border-color: rgb(240,97,195); }

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