Html Css Color HEX #F446FA Pink Flamingo

📋 copy color: '#F446FA'

red 244 ◦ green 70 ◦ blue 250

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

Shades of Pink Flamingo #F446FA

Tints of Pink Flamingo #F446FA

RGB

 RED value IS 244 (95.7% from 255) = 43.26%

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

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 43.26%
G = 12.41%
B = 44.33%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F446FA (or 0xF446FA) is known color: Pink Flamingo. HEX triplet: F4, 46 and FA. RGB value is (244,70,250). Sum of RGB (Red+Green+Blue) = 244+70+250=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 70 (27.73% from 255 or 12.41% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #F446FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F446FA is #0BB905. Grayscale: #8E8E8E. Windows color (decimal): -768262 or 16402164. OLE color: 16402164.

HSL color Cylindrical-coordinate representation of color #F446FA: hue angle of 298º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F446FA is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 70 250 -
CMYK 0.02 0.72 0 0.02
HSL 298º 0.95% 0.63% -
HSV(B) 298º 0.72% 0.98% -
XYZ 56.75 30.52 93.34 -
YUV 142.55 188.65 200.36 -
System Red Green Blue C M Y K H S L
Decimal 244 70 250 0.02 0.72 0 0.02 298 0.95 0.63
Hex F4 46 FA 2 48 0 2 12A 5F 3F
Octal 364 106 372 2 110 0 2 452 137 77
Binary 11110100 1000110 11111010 10 1001000 0 10 100101010 1011111 111111

Color Harmonies of #F446FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F446FA

Black with #F446FA

Text Example


Text Example

White with #F446FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F446FA; }

 p { color: rgb(244,70,250); }

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

background-color css

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

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

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

border-color css

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

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

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