Html Css Color HEX #F267F6 Pink Flamingo

📋 copy color: '#F267F6'

red 242 ◦ green 103 ◦ blue 246

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

Shades of Pink Flamingo #F267F6

Tints of Pink Flamingo #F267F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.62%

R = 40.95%
G = 17.43%
B = 41.62%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F267F6 (or 0xF267F6) is known color: Pink Flamingo. HEX triplet: F2, 67 and F6. RGB value is (242,103,246). Sum of RGB (Red+Green+Blue) = 242+103+246=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 103 (40.62% from 255 or 17.43% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #F267F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267F6 is #0D9809. Grayscale: #A0A0A0. Windows color (decimal): -890890 or 16148466. OLE color: 16148466.

HSL color Cylindrical-coordinate representation of color #F267F6: hue angle of 298.32º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F267F6 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 103 246 -
CMYK 0.02 0.58 0 0.04
HSL 298.32º 0.89% 0.68% -
HSV(B) 298.32º 0.58% 0.96% -
XYZ 58.1 35.23 90.93 -
YUV 160.86 176.05 185.87 -
System Red Green Blue C M Y K H S L
Decimal 242 103 246 0.02 0.58 0 0.04 298.32 0.89 0.68
Hex F2 67 F6 2 3A 0 4 12A 59 44
Octal 362 147 366 2 72 0 4 452 131 104
Binary 11110010 1100111 11110110 10 111010 0 100 100101010 1011001 1000100

Color Harmonies of #F267F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F267F6

Black with #F267F6

Text Example


Text Example

White with #F267F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F267F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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