Html Css Color HEX #F265C1 Neon Pink

📋 copy color: '#F265C1'

red 242 ◦ green 101 ◦ blue 193

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

Shades of Neon Pink #F265C1

Tints of Neon Pink #F265C1

RGB

 RED value IS 242 (94.92% from 255) = 45.15%

 GREEN value IS 101 (39.84% from 255) = 18.84%

 BLUE value IS 193 (75.78% from 255) = 36.01%

R = 45.15%
G = 18.84%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F265C1 (or 0xF265C1) is known color: Neon Pink. HEX triplet: F2, 65 and C1. RGB value is (242,101,193). Sum of RGB (Red+Green+Blue) = 242+101+193=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F265C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265C1 is #0D9A3E. Grayscale: #999999. Windows color (decimal): -891455 or 12674546. OLE color: 12674546.

HSL color Cylindrical-coordinate representation of color #F265C1: hue angle of 320.85º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265C1 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 101 193 -
CMYK 0 0.58 0.20 0.05
HSL 320.85º 0.84% 0.67% -
HSV(B) 320.85º 0.58% 0.95% -
XYZ 50.9 32.03 53.95 -
YUV 153.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 242 101 193 0 0.58 0.20 0.05 320.85 0.84 0.67
Hex F2 65 C1 0 3A 14 5 141 54 43
Octal 362 145 301 0 72 24 5 501 124 103
Binary 11110010 1100101 11000001 0 111010 10100 101 101000001 1010100 1000011

Color Harmonies of #F265C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F265C1

Black with #F265C1

Text Example


Text Example

White with #F265C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F265C1; }

 p { color: rgb(242,101,193); }

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

background-color css

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

 a { background-color: rgb(242,101,193); }

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

border-color css

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

 span { border-color: rgb(242,101,193); }

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