Html Css Color HEX #F875CB Neon Pink

📋 copy color: '#F875CB'

red 248 ◦ green 117 ◦ blue 203

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

Shades of Neon Pink #F875CB

Tints of Neon Pink #F875CB

RGB

 RED value IS 248 (97.27% from 255) = 43.66%

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

 BLUE value IS 203 (79.69% from 255) = 35.74%

R = 43.66%
G = 20.6%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F875CB (or 0xF875CB) is known color: Neon Pink. HEX triplet: F8, 75 and CB. RGB value is (248,117,203). Sum of RGB (Red+Green+Blue) = 248+117+203=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F875CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875CB is #078A34. Grayscale: #A5A5A5. Windows color (decimal): -494133 or 13334008. OLE color: 13334008.

HSL color Cylindrical-coordinate representation of color #F875CB: hue angle of 320.61º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F875CB is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 117 203 -
CMYK 0 0.53 0.18 0.03
HSL 320.61º 0.9% 0.72% -
HSV(B) 320.61º 0.53% 0.97% -
XYZ 55.85 36.99 60.7 -
YUV 165.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 248 117 203 0 0.53 0.18 0.03 320.61 0.9 0.72
Hex F8 75 CB 0 35 12 3 141 5A 48
Octal 370 165 313 0 65 22 3 501 132 110
Binary 11111000 1110101 11001011 0 110101 10010 11 101000001 1011010 1001000

Color Harmonies of #F875CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875CB

Black with #F875CB

Text Example


Text Example

White with #F875CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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