Html Css Color HEX #F84CF6 Pink Flamingo

📋 copy color: '#F84CF6'

red 248 ◦ green 76 ◦ blue 246

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

Shades of Pink Flamingo #F84CF6

Tints of Pink Flamingo #F84CF6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.33%

 BLUE value IS 246 (96.48% from 255) = 43.16%

R = 43.51%
G = 13.33%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F84CF6 (or 0xF84CF6) is known color: Pink Flamingo. HEX triplet: F8, 4C and F6. RGB value is (248,76,246). Sum of RGB (Red+Green+Blue) = 248+76+246=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 76 (30.08% from 255 or 13.33% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84CF6 is #07B309. Grayscale: #929292. Windows color (decimal): -504586 or 16141560. OLE color: 16141560.

HSL color Cylindrical-coordinate representation of color #F84CF6: hue angle of 300.7º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84CF6 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 76 246 -
CMYK 0 0.69 0.01 0.03
HSL 300.7º 0.92% 0.64% -
HSV(B) 300.7º 0.69% 0.97% -
XYZ 57.93 31.78 90.27 -
YUV 146.81 183.98 200.18 -
System Red Green Blue C M Y K H S L
Decimal 248 76 246 0 0.69 0.01 0.03 300.7 0.92 0.64
Hex F8 4C F6 0 45 1 3 12D 5C 40
Octal 370 114 366 0 105 1 3 455 134 100
Binary 11111000 1001100 11110110 0 1000101 1 11 100101101 1011100 1000000

Color Harmonies of #F84CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84CF6

Black with #F84CF6

Text Example


Text Example

White with #F84CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84CF6; }

 p { color: rgb(248,76,246); }

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

background-color css

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

 a { background-color: rgb(248,76,246); }

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

border-color css

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

 span { border-color: rgb(248,76,246); }

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