Html Css Color HEX #F246FD Pink Flamingo

📋 copy color: '#F246FD'

red 242 ◦ green 70 ◦ blue 253

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

Shades of Pink Flamingo #F246FD

Tints of Pink Flamingo #F246FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 42.83%
G = 12.39%
B = 44.78%

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

#F246FD (or 0xF246FD) is known color: Pink Flamingo. HEX triplet: F2, 46 and FD. RGB value is (242,70,253). Sum of RGB (Red+Green+Blue) = 242+70+253=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 70 (27.73% from 255 or 12.39% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #F246FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F246FD is #0DB902. Grayscale: #8D8D8D. Windows color (decimal): -899331 or 16598770. OLE color: 16598770.

HSL color Cylindrical-coordinate representation of color #F246FD: hue angle of 296.39º degrees, saturation: 0.98, 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 #F246FD is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 70 253 -
CMYK 0.04 0.72 0 0.01
HSL 296.39º 0.98% 0.63% -
HSV(B) 296.39º 0.72% 0.99% -
XYZ 56.54 30.35 95.81 -
YUV 142.29 190.48 199.12 -
System Red Green Blue C M Y K H S L
Decimal 242 70 253 0.04 0.72 0 0.01 296.39 0.98 0.63
Hex F2 46 FD 4 48 0 1 128 62 3F
Octal 362 106 375 4 110 0 1 450 142 77
Binary 11110010 1000110 11111101 100 1001000 0 1 100101000 1100010 111111

Color Harmonies of #F246FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F246FD

Black with #F246FD

Text Example


Text Example

White with #F246FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F246FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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