Html Css Color HEX #F246F2 Pink Flamingo

📋 copy color: '#F246F2'

red 242 ◦ green 70 ◦ blue 242

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

Shades of Pink Flamingo #F246F2

Tints of Pink Flamingo #F246F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.68%

R = 43.68%
G = 12.64%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F246F2 (or 0xF246F2) is known color: Pink Flamingo. HEX triplet: F2, 46 and F2. RGB value is (242,70,242). Sum of RGB (Red+Green+Blue) = 242+70+242=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 70 (27.73% from 255 or 12.64% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F246F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F246F2 is #0DB90D. Grayscale: #8C8C8C. Windows color (decimal): -899342 or 15877874. OLE color: 15877874.

HSL color Cylindrical-coordinate representation of color #F246F2: hue angle of 300º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F246F2 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 70 242 -
CMYK 0 0.71 0 0.05
HSL 300º 0.87% 0.61% -
HSV(B) 300º 0.71% 0.95% -
XYZ 54.84 29.67 86.84 -
YUV 141.04 184.98 200.01 -
System Red Green Blue C M Y K H S L
Decimal 242 70 242 0 0.71 0 0.05 300 0.87 0.61
Hex F2 46 F2 0 47 0 5 12C 57 3D
Octal 362 106 362 0 107 0 5 454 127 75
Binary 11110010 1000110 11110010 0 1000111 0 101 100101100 1010111 111101

Color Harmonies of #F246F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F246F2

Black with #F246F2

Text Example


Text Example

White with #F246F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F246F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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