Html Css Color HEX #F075C7 Neon Pink

📋 copy color: '#F075C7'

red 240 ◦ green 117 ◦ blue 199

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

Shades of Neon Pink #F075C7

Tints of Neon Pink #F075C7

RGB

 RED value IS 240 (94.14% from 255) = 43.17%

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

 BLUE value IS 199 (78.13% from 255) = 35.79%

R = 43.17%
G = 21.04%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F075C7 (or 0xF075C7) is known color: Neon Pink. HEX triplet: F0, 75 and C7. RGB value is (240,117,199). Sum of RGB (Red+Green+Blue) = 240+117+199=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F075C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075C7 is #0F8A38. Grayscale: #A2A2A2. Windows color (decimal): -1018425 or 13071856. OLE color: 13071856.

HSL color Cylindrical-coordinate representation of color #F075C7: hue angle of 320º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075C7 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 199 -
CMYK 0 0.51 0.17 0.06
HSL 320º 0.8% 0.7% -
HSV(B) 320º 0.51% 0.94% -
XYZ 52.61 35.37 58.09 -
YUV 163.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 240 117 199 0 0.51 0.17 0.06 320 0.8 0.7
Hex F0 75 C7 0 33 11 6 140 50 46
Octal 360 165 307 0 63 21 6 500 120 106
Binary 11110000 1110101 11000111 0 110011 10001 110 101000000 1010000 1000110

Color Harmonies of #F075C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075C7

Black with #F075C7

Text Example


Text Example

White with #F075C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075C7; }

 p { color: rgb(240,117,199); }

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

background-color css

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

 a { background-color: rgb(240,117,199); }

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

border-color css

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

 span { border-color: rgb(240,117,199); }

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