Html Css Color HEX #F268FB Pink Flamingo

📋 copy color: '#F268FB'

red 242 ◦ green 104 ◦ blue 251

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

Shades of Pink Flamingo #F268FB

Tints of Pink Flamingo #F268FB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.42%

 BLUE value IS 251 (98.44% from 255) = 42.04%

R = 40.54%
G = 17.42%
B = 42.04%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F268FB (or 0xF268FB) is known color: Pink Flamingo. HEX triplet: F2, 68 and FB. RGB value is (242,104,251). Sum of RGB (Red+Green+Blue) = 242+104+251=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 104 (41.02% from 255 or 17.42% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #F268FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F268FB is #0D9704. Grayscale: #A1A1A1. Windows color (decimal): -890629 or 16476402. OLE color: 16476402.

HSL color Cylindrical-coordinate representation of color #F268FB: hue angle of 296.33º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F268FB is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 104 251 -
CMYK 0.04 0.59 0 0.02
HSL 296.33º 0.95% 0.7% -
HSV(B) 296.33º 0.59% 0.98% -
XYZ 58.98 35.74 95.06 -
YUV 162.02 178.22 185.05 -
System Red Green Blue C M Y K H S L
Decimal 242 104 251 0.04 0.59 0 0.02 296.33 0.95 0.7
Hex F2 68 FB 4 3B 0 2 128 5F 46
Octal 362 150 373 4 73 0 2 450 137 106
Binary 11110010 1101000 11111011 100 111011 0 10 100101000 1011111 1000110

Color Harmonies of #F268FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F268FB

Black with #F268FB

Text Example


Text Example

White with #F268FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F268FB; }

 p { color: rgb(242,104,251); }

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

background-color css

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

 a { background-color: rgb(242,104,251); }

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

border-color css

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

 span { border-color: rgb(242,104,251); }

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