Html Css Color HEX #F246FF Pink Flamingo

📋 copy color: '#F246FF'

red 242 ◦ green 70 ◦ blue 255

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

Shades of Pink Flamingo #F246FF

Tints of Pink Flamingo #F246FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.35%

 BLUE value IS 255 (100% from 255) = 44.97%

R = 42.68%
G = 12.35%
B = 44.97%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F246FF (or 0xF246FF) is known color: Pink Flamingo. HEX triplet: F2, 46 and FF. RGB value is (242,70,255). Sum of RGB (Red+Green+Blue) = 242+70+255=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 70 (27.73% from 255 or 12.35% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #F246FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F246FF is #0DB900. Grayscale: #8D8D8D. Windows color (decimal): -899329 or 16729842. OLE color: 16729842.

HSL color Cylindrical-coordinate representation of color #F246FF: hue angle of 295.78º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F246FF is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 70 255 -
CMYK 0.05 0.73 0 0
HSL 295.78º 1% 0.64% -
HSV(B) 295.78º 0.73% 1% -
XYZ 56.86 30.48 97.49 -
YUV 142.52 191.48 198.96 -
System Red Green Blue C M Y K H S L
Decimal 242 70 255 0.05 0.73 0 0 295.78 1 0.64
Hex F2 46 FF 5 49 0 0 128 64 40
Octal 362 106 377 5 111 0 0 450 144 100
Binary 11110010 1000110 11111111 101 1001001 0 0 100101000 1100100 1000000

Color Harmonies of #F246FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F246FF

Black with #F246FF

Text Example


Text Example

White with #F246FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F246FF; }

 p { color: rgb(242,70,255); }

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

background-color css

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

 a { background-color: rgb(242,70,255); }

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

border-color css

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

 span { border-color: rgb(242,70,255); }

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