Html Css Color HEX #F862FA Pink Flamingo

📋 copy color: '#F862FA'

red 248 ◦ green 98 ◦ blue 250

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

Shades of Pink Flamingo #F862FA

Tints of Pink Flamingo #F862FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.44%

 BLUE value IS 250 (98.05% from 255) = 41.95%

R = 41.61%
G = 16.44%
B = 41.95%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F862FA (or 0xF862FA) is known color: Pink Flamingo. HEX triplet: F8, 62 and FA. RGB value is (248,98,250). Sum of RGB (Red+Green+Blue) = 248+98+250=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 98 (38.67% from 255 or 16.44% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #F862FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F862FA is #079D05. Grayscale: #9F9F9F. Windows color (decimal): -498950 or 16409336. OLE color: 16409336.

HSL color Cylindrical-coordinate representation of color #F862FA: hue angle of 299.21º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F862FA is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 98 250 -
CMYK 0.01 0.61 0 0.02
HSL 299.21º 0.94% 0.68% -
HSV(B) 299.21º 0.61% 0.98% -
XYZ 60.33 35.59 94.13 -
YUV 160.18 178.7 190.64 -
System Red Green Blue C M Y K H S L
Decimal 248 98 250 0.01 0.61 0 0.02 299.21 0.94 0.68
Hex F8 62 FA 1 3D 0 2 12B 5E 44
Octal 370 142 372 1 75 0 2 453 136 104
Binary 11111000 1100010 11111010 1 111101 0 10 100101011 1011110 1000100

Color Harmonies of #F862FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F862FA

Black with #F862FA

Text Example


Text Example

White with #F862FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F862FA; }

 p { color: rgb(248,98,250); }

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

background-color css

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

 a { background-color: rgb(248,98,250); }

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

border-color css

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

 span { border-color: rgb(248,98,250); }

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