#F275D2

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

Shades of Neon Pink #F275D2

Tints of Neon Pink #F275D2

Color information

#F275D2 (or 0xF275D2) is unknown color: approx Neon Pink. HEX triplet: F2, 75 and D2. RGB value is (242,117,210). Sum of RGB (Red+Green+Blue) = 242+117+210=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F275D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275D2 is #0D8A2D. Grayscale: #A4A4A4. Windows color (decimal): -887342 or 13792754. OLE color: 13792754.

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

Color convert

RGB242117210-
CMYK00.520.130.05
HSL315.36º82.78%70.39%-
HSV(B)315.36º51.65%94.9%-
XYZ54.6136.2565.09-
YUV164.98153.41182.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 117 (46.09% from 255) = 20.56%
BLUE value IS 210 (82.42% from 255) = 36.91%
R=42.53%
G=20.56%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211721000.520.130.05315.3682.7870.39
HexF275D2034D513b5346
Octal362165322064155473123106
Binary111100101110101110100100110100110110110011101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F275D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F275D2; }

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

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

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

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

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

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

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

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