Html Css Color HEX #F265C6 Neon Pink

📋 copy color: '#F265C6'

red 242 ◦ green 101 ◦ blue 198

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

Shades of Neon Pink #F265C6

Tints of Neon Pink #F265C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.6%

R = 44.73%
G = 18.67%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F265C6 (or 0xF265C6) is known color: Neon Pink. HEX triplet: F2, 65 and C6. RGB value is (242,101,198). Sum of RGB (Red+Green+Blue) = 242+101+198=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F265C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265C6 is #0D9A39. Grayscale: #999999. Windows color (decimal): -891450 or 13002226. OLE color: 13002226.

HSL color Cylindrical-coordinate representation of color #F265C6: hue angle of 318.72º 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 #F265C6 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 101 198 -
CMYK 0 0.58 0.18 0.05
HSL 318.72º 0.84% 0.67% -
HSV(B) 318.72º 0.58% 0.95% -
XYZ 51.46 32.26 56.94 -
YUV 154.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 242 101 198 0 0.58 0.18 0.05 318.72 0.84 0.67
Hex F2 65 C6 0 3A 12 5 13F 54 43
Octal 362 145 306 0 72 22 5 477 124 103
Binary 11110010 1100101 11000110 0 111010 10010 101 100111111 1010100 1000011

Color Harmonies of #F265C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F265C6

Black with #F265C6

Text Example


Text Example

White with #F265C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F265C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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