Html Css Color HEX #F256FC Pink Flamingo

📋 copy color: '#F256FC'

red 242 ◦ green 86 ◦ blue 252

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

Shades of Pink Flamingo #F256FC

Tints of Pink Flamingo #F256FC

RGB

 RED value IS 242 (94.92% from 255) = 41.72%

 GREEN value IS 86 (33.98% from 255) = 14.83%

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 41.72%
G = 14.83%
B = 43.45%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F256FC (or 0xF256FC) is known color: Pink Flamingo. HEX triplet: F2, 56 and FC. RGB value is (242,86,252). Sum of RGB (Red+Green+Blue) = 242+86+252=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 86 (33.98% from 255 or 14.83% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #F256FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F256FC is #0DA903. Grayscale: #979797. Windows color (decimal): -895236 or 16537330. OLE color: 16537330.

HSL color Cylindrical-coordinate representation of color #F256FC: hue angle of 296.39º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F256FC is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 86 252 -
CMYK 0.04 0.66 0 0.01
HSL 296.39º 0.97% 0.66% -
HSV(B) 296.39º 0.66% 0.99% -
XYZ 57.52 32.56 95.35 -
YUV 151.57 184.68 192.5 -
System Red Green Blue C M Y K H S L
Decimal 242 86 252 0.04 0.66 0 0.01 296.39 0.97 0.66
Hex F2 56 FC 4 42 0 1 128 61 42
Octal 362 126 374 4 102 0 1 450 141 102
Binary 11110010 1010110 11111100 100 1000010 0 1 100101000 1100001 1000010

Color Harmonies of #F256FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F256FC

Black with #F256FC

Text Example


Text Example

White with #F256FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F256FC; }

 p { color: rgb(242,86,252); }

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

background-color css

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

 a { background-color: rgb(242,86,252); }

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

border-color css

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

 span { border-color: rgb(242,86,252); }

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