Html Css Color HEX #F641FD Pink Flamingo

📋 copy color: '#F641FD'

red 246 ◦ green 65 ◦ blue 253

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

Shades of Pink Flamingo #F641FD

Tints of Pink Flamingo #F641FD

RGB

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

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

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

R = 43.62%
G = 11.52%
B = 44.86%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F641FD (or 0xF641FD) is known color: Pink Flamingo. HEX triplet: F6, 41 and FD. RGB value is (246,65,253). Sum of RGB (Red+Green+Blue) = 246+65+253=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 65 (25.78% from 255 or 11.52% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #F641FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F641FD is #09BE02. Grayscale: #8B8B8B. Windows color (decimal): -638467 or 16597494. OLE color: 16597494.

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

Color convert

RGB 246 65 253 -
CMYK 0.03 0.74 0 0.01
HSL 297.77º 0.98% 0.62% -
HSV(B) 297.77º 0.74% 0.99% -
XYZ 57.63 30.47 95.77 -
YUV 140.55 191.47 203.21 -
System Red Green Blue C M Y K H S L
Decimal 246 65 253 0.03 0.74 0 0.01 297.77 0.98 0.62
Hex F6 41 FD 3 4A 0 1 12A 62 3E
Octal 366 101 375 3 112 0 1 452 142 76
Binary 11110110 1000001 11111101 11 1001010 0 1 100101010 1100010 111110

Color Harmonies of #F641FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F641FD

Black with #F641FD

Text Example


Text Example

White with #F641FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F641FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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