Html Css Color HEX #F641FC Pink Flamingo

📋 copy color: '#F641FC'

red 246 ◦ green 65 ◦ blue 252

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

Shades of Pink Flamingo #F641FC

Tints of Pink Flamingo #F641FC

RGB

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

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

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

R = 43.69%
G = 11.55%
B = 44.76%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F641FC (or 0xF641FC) is known color: Pink Flamingo. HEX triplet: F6, 41 and FC. RGB value is (246,65,252). Sum of RGB (Red+Green+Blue) = 246+65+252=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 65 (25.78% from 255 or 11.55% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #F641FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F641FC is #09BE03. Grayscale: #8B8B8B. Windows color (decimal): -638468 or 16531958. OLE color: 16531958.

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

Color convert

RGB 246 65 252 -
CMYK 0.02 0.74 0 0.01
HSL 298.07º 0.97% 0.62% -
HSV(B) 298.07º 0.74% 0.99% -
XYZ 57.47 30.4 94.93 -
YUV 140.44 190.97 203.29 -
System Red Green Blue C M Y K H S L
Decimal 246 65 252 0.02 0.74 0 0.01 298.07 0.97 0.62
Hex F6 41 FC 2 4A 0 1 12A 61 3E
Octal 366 101 374 2 112 0 1 452 141 76
Binary 11110110 1000001 11111100 10 1001010 0 1 100101010 1100001 111110

Color Harmonies of #F641FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F641FC

Black with #F641FC

Text Example


Text Example

White with #F641FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F641FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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