Html Css Color HEX #F246FC Pink Flamingo

📋 copy color: '#F246FC'

red 242 ◦ green 70 ◦ blue 252

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

Shades of Pink Flamingo #F246FC

Tints of Pink Flamingo #F246FC

RGB

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

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

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

R = 42.91%
G = 12.41%
B = 44.68%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F246FC (or 0xF246FC) is known color: Pink Flamingo. HEX triplet: F2, 46 and FC. RGB value is (242,70,252). Sum of RGB (Red+Green+Blue) = 242+70+252=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 70 (27.73% from 255 or 12.41% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #F246FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F246FC is #0DB903. Grayscale: #8D8D8D. Windows color (decimal): -899332 or 16533234. OLE color: 16533234.

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

Color convert

RGB 242 70 252 -
CMYK 0.04 0.72 0 0.01
HSL 296.7º 0.97% 0.63% -
HSV(B) 296.7º 0.72% 0.99% -
XYZ 56.38 30.29 94.97 -
YUV 142.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 242 70 252 0.04 0.72 0 0.01 296.7 0.97 0.63
Hex F2 46 FC 4 48 0 1 129 61 3F
Octal 362 106 374 4 110 0 1 451 141 77
Binary 11110010 1000110 11111100 100 1001000 0 1 100101001 1100001 111111

Color Harmonies of #F246FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F246FC

Black with #F246FC

Text Example


Text Example

White with #F246FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F246FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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