#F275CB

Color #F275CB Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F275CB

Tints of Neon Pink #F275CB

Color information

#F275CB (or 0xF275CB) is unknown color: approx Neon Pink. HEX triplet: F2, 75 and CB. RGB value is (242,117,203). Sum of RGB (Red+Green+Blue) = 242+117+203=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F275CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275CB is #0D8A34. Grayscale: #A3A3A3. Windows color (decimal): -887349 or 13334002. OLE color: 13334002.

HSL color Cylindrical-coordinate representation of color #F275CB: hue angle of 318.72º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F275CB is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242117203-
CMYK00.520.160.05
HSL318.72º82.78%70.39%-
HSV(B)318.72º51.65%94.9%-
XYZ53.7635.9160.6-
YUV164.18149.91183.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 117 (46.09% from 255) = 20.82%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=43.06%
G=20.82%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211720300.520.160.05318.7282.7870.39
HexF275CB03410513f5346
Octal362165313064205477123106
Binary1111001011101011100101101101001000010110011111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F275CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F275CB; }

 p { color: rgb(242,117,203); }

 H1.HeaderClassName
 {
   color: #F275CB;
 }
 .AnyTagClassName
 {
   color: #F275CB;
 }
</style>
background-color css

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

 a { background-color: rgb(242,117,203); }

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

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

 span { border-color: rgb(242,117,203); }

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