Html Css Color HEX #F876F2 Fuchsia Pink

📋 copy color: '#F876F2'

red 248 ◦ green 118 ◦ blue 242

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

Shades of Fuchsia Pink #F876F2

Tints of Fuchsia Pink #F876F2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.41%

 BLUE value IS 242 (94.92% from 255) = 39.8%

R = 40.79%
G = 19.41%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F876F2 (or 0xF876F2) is known color: Fuchsia Pink. HEX triplet: F8, 76 and F2. RGB value is (248,118,242). Sum of RGB (Red+Green+Blue) = 248+118+242=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 118 (46.48% from 255 or 19.41% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F876F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F876F2 is #07890D. Grayscale: #AAAAAA. Windows color (decimal): -493838 or 15890168. OLE color: 15890168.

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

Color convert

RGB 248 118 242 -
CMYK 0 0.52 0.02 0.03
HSL 302.77º 0.9% 0.72% -
HSV(B) 302.77º 0.52% 0.97% -
XYZ 61.22 39.32 88.37 -
YUV 171.01 168.07 182.92 -
System Red Green Blue C M Y K H S L
Decimal 248 118 242 0 0.52 0.02 0.03 302.77 0.9 0.72
Hex F8 76 F2 0 34 2 3 12F 5A 48
Octal 370 166 362 0 64 2 3 457 132 110
Binary 11111000 1110110 11110010 0 110100 10 11 100101111 1011010 1001000

Color Harmonies of #F876F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F876F2

Black with #F876F2

Text Example


Text Example

White with #F876F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F876F2; }

 p { color: rgb(248,118,242); }

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

background-color css

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

 a { background-color: rgb(248,118,242); }

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

border-color css

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

 span { border-color: rgb(248,118,242); }

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