Html Css Color HEX #F65AFD Pink Flamingo

📋 copy color: '#F65AFD'

red 246 ◦ green 90 ◦ blue 253

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

Shades of Pink Flamingo #F65AFD

Tints of Pink Flamingo #F65AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.28%

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

R = 41.77%
G = 15.28%
B = 42.95%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F65AFD (or 0xF65AFD) is known color: Pink Flamingo. HEX triplet: F6, 5A and FD. RGB value is (246,90,253). Sum of RGB (Red+Green+Blue) = 246+90+253=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 90 (35.55% from 255 or 15.28% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #F65AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65AFD is #09A502. Grayscale: #9A9A9A. Windows color (decimal): -632067 or 16603894. OLE color: 16603894.

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

Color convert

RGB 246 90 253 -
CMYK 0.03 0.64 0 0.01
HSL 297.42º 0.98% 0.67% -
HSV(B) 297.42º 0.64% 0.99% -
XYZ 59.39 34 96.36 -
YUV 155.23 183.18 192.75 -
System Red Green Blue C M Y K H S L
Decimal 246 90 253 0.03 0.64 0 0.01 297.42 0.98 0.67
Hex F6 5A FD 3 40 0 1 129 62 43
Octal 366 132 375 3 100 0 1 451 142 103
Binary 11110110 1011010 11111101 11 1000000 0 1 100101001 1100010 1000011

Color Harmonies of #F65AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65AFD

Black with #F65AFD

Text Example


Text Example

White with #F65AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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