Html Css Color HEX #F267FC Pink Flamingo

📋 copy color: '#F267FC'

red 242 ◦ green 103 ◦ blue 252

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

Shades of Pink Flamingo #F267FC

Tints of Pink Flamingo #F267FC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.25%

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

R = 40.54%
G = 17.25%
B = 42.21%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F267FC (or 0xF267FC) is known color: Pink Flamingo. HEX triplet: F2, 67 and FC. RGB value is (242,103,252). Sum of RGB (Red+Green+Blue) = 242+103+252=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 103 (40.62% from 255 or 17.25% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #F267FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267FC is #0D9803. Grayscale: #A1A1A1. Windows color (decimal): -890884 or 16541682. OLE color: 16541682.

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

Color convert

RGB 242 103 252 -
CMYK 0.04 0.59 0 0.01
HSL 295.97º 0.96% 0.7% -
HSV(B) 295.97º 0.59% 0.99% -
XYZ 59.04 35.61 95.86 -
YUV 161.55 179.05 185.38 -
System Red Green Blue C M Y K H S L
Decimal 242 103 252 0.04 0.59 0 0.01 295.97 0.96 0.7
Hex F2 67 FC 4 3B 0 1 128 60 46
Octal 362 147 374 4 73 0 1 450 140 106
Binary 11110010 1100111 11111100 100 111011 0 1 100101000 1100000 1000110

Color Harmonies of #F267FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F267FC

Black with #F267FC

Text Example


Text Example

White with #F267FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F267FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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