Html Css Color HEX #F65DFD Pink Flamingo

📋 copy color: '#F65DFD'

red 246 ◦ green 93 ◦ blue 253

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

Shades of Pink Flamingo #F65DFD

Tints of Pink Flamingo #F65DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.71%

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

R = 41.55%
G = 15.71%
B = 42.74%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F65DFD (or 0xF65DFD) is known color: Pink Flamingo. HEX triplet: F6, 5D and FD. RGB value is (246,93,253). Sum of RGB (Red+Green+Blue) = 246+93+253=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 93 (36.72% from 255 or 15.71% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #F65DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65DFD is #09A202. Grayscale: #9C9C9C. Windows color (decimal): -631299 or 16604662. OLE color: 16604662.

HSL color Cylindrical-coordinate representation of color #F65DFD: hue angle of 297.38º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65DFD is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 93 253 -
CMYK 0.03 0.63 0 0.01
HSL 297.38º 0.98% 0.68% -
HSV(B) 297.38º 0.63% 0.99% -
XYZ 59.65 34.51 96.45 -
YUV 156.99 182.19 191.49 -
System Red Green Blue C M Y K H S L
Decimal 246 93 253 0.03 0.63 0 0.01 297.38 0.98 0.68
Hex F6 5D FD 3 3F 0 1 129 62 44
Octal 366 135 375 3 77 0 1 451 142 104
Binary 11110110 1011101 11111101 11 111111 0 1 100101001 1100010 1000100

Color Harmonies of #F65DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65DFD

Black with #F65DFD

Text Example


Text Example

White with #F65DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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