Html Css Color HEX #F641FA Pink Flamingo

📋 copy color: '#F641FA'

red 246 ◦ green 65 ◦ blue 250

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

Shades of Pink Flamingo #F641FA

Tints of Pink Flamingo #F641FA

RGB

 RED value IS 246 (96.48% from 255) = 43.85%

 GREEN value IS 65 (25.78% from 255) = 11.59%

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

R = 43.85%
G = 11.59%
B = 44.56%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F641FA (or 0xF641FA) is known color: Pink Flamingo. HEX triplet: F6, 41 and FA. RGB value is (246,65,250). Sum of RGB (Red+Green+Blue) = 246+65+250=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 65 (25.78% from 255 or 11.59% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #F641FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F641FA is #09BE05. Grayscale: #8B8B8B. Windows color (decimal): -638470 or 16400886. OLE color: 16400886.

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

Color convert

RGB 246 65 250 -
CMYK 0.02 0.74 0 0.02
HSL 298.7º 0.95% 0.62% -
HSV(B) 298.7º 0.74% 0.98% -
XYZ 57.15 30.28 93.27 -
YUV 140.21 189.97 203.46 -
System Red Green Blue C M Y K H S L
Decimal 246 65 250 0.02 0.74 0 0.02 298.7 0.95 0.62
Hex F6 41 FA 2 4A 0 2 12B 5F 3E
Octal 366 101 372 2 112 0 2 453 137 76
Binary 11110110 1000001 11111010 10 1001010 0 10 100101011 1011111 111110

Color Harmonies of #F641FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F641FA

Black with #F641FA

Text Example


Text Example

White with #F641FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F641FA; }

 p { color: rgb(246,65,250); }

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

background-color css

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

 a { background-color: rgb(246,65,250); }

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

border-color css

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

 span { border-color: rgb(246,65,250); }

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