Html Css Color HEX #F863F2 Pink Flamingo

📋 copy color: '#F863F2'

red 248 ◦ green 99 ◦ blue 242

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

Shades of Pink Flamingo #F863F2

Tints of Pink Flamingo #F863F2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 16.81%

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

R = 42.11%
G = 16.81%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F863F2 (or 0xF863F2) is known color: Pink Flamingo. HEX triplet: F8, 63 and F2. RGB value is (248,99,242). Sum of RGB (Red+Green+Blue) = 248+99+242=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 99 (39.06% from 255 or 16.81% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F863F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F863F2 is #079C0D. Grayscale: #9F9F9F. Windows color (decimal): -498702 or 15885304. OLE color: 15885304.

HSL color Cylindrical-coordinate representation of color #F863F2: hue angle of 302.42º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F863F2 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 99 242 -
CMYK 0 0.60 0.02 0.03
HSL 302.42º 0.91% 0.68% -
HSV(B) 302.42º 0.6% 0.97% -
XYZ 59.2 35.29 87.7 -
YUV 159.85 174.36 190.87 -
System Red Green Blue C M Y K H S L
Decimal 248 99 242 0 0.60 0.02 0.03 302.42 0.91 0.68
Hex F8 63 F2 0 3C 2 3 12E 5B 44
Octal 370 143 362 0 74 2 3 456 133 104
Binary 11111000 1100011 11110010 0 111100 10 11 100101110 1011011 1000100

Color Harmonies of #F863F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F863F2

Black with #F863F2

Text Example


Text Example

White with #F863F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F863F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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