Html Css Color HEX #F877F2 Fuchsia Pink

📋 copy color: '#F877F2'

red 248 ◦ green 119 ◦ blue 242

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

Shades of Fuchsia Pink #F877F2

Tints of Fuchsia Pink #F877F2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.54%

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

R = 40.72%
G = 19.54%
B = 39.74%

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

#F877F2 (or 0xF877F2) is known color: Fuchsia Pink. HEX triplet: F8, 77 and F2. RGB value is (248,119,242). Sum of RGB (Red+Green+Blue) = 248+119+242=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 119 (46.88% from 255 or 19.54% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F877F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F877F2 is #07880D. Grayscale: #ABABAB. Windows color (decimal): -493582 or 15890424. OLE color: 15890424.

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

Color convert

RGB 248 119 242 -
CMYK 0 0.52 0.02 0.03
HSL 302.79º 0.9% 0.72% -
HSV(B) 302.79º 0.52% 0.97% -
XYZ 61.34 39.56 88.41 -
YUV 171.59 167.74 182.5 -
System Red Green Blue C M Y K H S L
Decimal 248 119 242 0 0.52 0.02 0.03 302.79 0.9 0.72
Hex F8 77 F2 0 34 2 3 12F 5A 48
Octal 370 167 362 0 64 2 3 457 132 110
Binary 11111000 1110111 11110010 0 110100 10 11 100101111 1011010 1001000

Color Harmonies of #F877F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F877F2

Black with #F877F2

Text Example


Text Example

White with #F877F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F877F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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