Html Css Color HEX #F275D0 Neon Pink

📋 copy color: '#F275D0'

red 242 ◦ green 117 ◦ blue 208

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

Shades of Neon Pink #F275D0

Tints of Neon Pink #F275D0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.63%

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 42.68%
G = 20.63%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F275D0 (or 0xF275D0) is known color: Neon Pink. HEX triplet: F2, 75 and D0. RGB value is (242,117,208). Sum of RGB (Red+Green+Blue) = 242+117+208=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F275D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275D0 is #0D8A2F. Grayscale: #A4A4A4. Windows color (decimal): -887344 or 13661682. OLE color: 13661682.

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

Color convert

RGB 242 117 208 -
CMYK 0 0.52 0.14 0.05
HSL 316.32º 0.83% 0.7% -
HSV(B) 316.32º 0.52% 0.95% -
XYZ 54.36 36.15 63.79 -
YUV 164.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 242 117 208 0 0.52 0.14 0.05 316.32 0.83 0.7
Hex F2 75 D0 0 34 E 5 13C 53 46
Octal 362 165 320 0 64 16 5 474 123 106
Binary 11110010 1110101 11010000 0 110100 1110 101 100111100 1010011 1000110

Color Harmonies of #F275D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F275D0

Black with #F275D0

Text Example


Text Example

White with #F275D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F275D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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