Html Css Color HEX #F265C9 Neon Pink

📋 copy color: '#F265C9'

red 242 ◦ green 101 ◦ blue 201

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

Shades of Neon Pink #F265C9

Tints of Neon Pink #F265C9

RGB

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

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

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

R = 44.49%
G = 18.57%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F265C9 (or 0xF265C9) is known color: Neon Pink. HEX triplet: F2, 65 and C9. RGB value is (242,101,201). Sum of RGB (Red+Green+Blue) = 242+101+201=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F265C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265C9 is #0D9A36. Grayscale: #9A9A9A. Windows color (decimal): -891447 or 13198834. OLE color: 13198834.

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

Color convert

RGB 242 101 201 -
CMYK 0 0.58 0.17 0.05
HSL 317.45º 0.84% 0.67% -
HSV(B) 317.45º 0.58% 0.95% -
XYZ 51.81 32.4 58.78 -
YUV 154.56 154.21 190.37 -
System Red Green Blue C M Y K H S L
Decimal 242 101 201 0 0.58 0.17 0.05 317.45 0.84 0.67
Hex F2 65 C9 0 3A 11 5 13D 54 43
Octal 362 145 311 0 72 21 5 475 124 103
Binary 11110010 1100101 11001001 0 111010 10001 101 100111101 1010100 1000011

Color Harmonies of #F265C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F265C9

Black with #F265C9

Text Example


Text Example

White with #F265C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F265C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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