Html Css Color HEX #F65FFD Pink Flamingo

📋 copy color: '#F65FFD'

red 246 ◦ green 95 ◦ blue 253

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

Shades of Pink Flamingo #F65FFD

Tints of Pink Flamingo #F65FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 15.99%

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

R = 41.41%
G = 15.99%
B = 42.59%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F65FFD (or 0xF65FFD) is known color: Pink Flamingo. HEX triplet: F6, 5F and FD. RGB value is (246,95,253). Sum of RGB (Red+Green+Blue) = 246+95+253=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 95 (37.5% from 255 or 15.99% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #F65FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65FFD is #09A002. Grayscale: #9D9D9D. Windows color (decimal): -630787 or 16605174. OLE color: 16605174.

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

Color convert

RGB 246 95 253 -
CMYK 0.03 0.62 0 0.01
HSL 297.34º 0.98% 0.68% -
HSV(B) 297.34º 0.62% 0.99% -
XYZ 59.83 34.87 96.51 -
YUV 158.16 181.53 190.65 -
System Red Green Blue C M Y K H S L
Decimal 246 95 253 0.03 0.62 0 0.01 297.34 0.98 0.68
Hex F6 5F FD 3 3E 0 1 129 62 44
Octal 366 137 375 3 76 0 1 451 142 104
Binary 11110110 1011111 11111101 11 111110 0 1 100101001 1100010 1000100

Color Harmonies of #F65FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65FFD

Black with #F65FFD

Text Example


Text Example

White with #F65FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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