Html Css Color HEX #F65AFE Pink Flamingo

📋 copy color: '#F65AFE'

red 246 ◦ green 90 ◦ blue 254

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

Shades of Pink Flamingo #F65AFE

Tints of Pink Flamingo #F65AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 41.69%
G = 15.25%
B = 43.05%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F65AFE (or 0xF65AFE) is known color: Pink Flamingo. HEX triplet: F6, 5A and FE. RGB value is (246,90,254). Sum of RGB (Red+Green+Blue) = 246+90+254=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 90 (35.55% from 255 or 15.25% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #F65AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65AFE is #09A501. Grayscale: #9A9A9A. Windows color (decimal): -632066 or 16669430. OLE color: 16669430.

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

Color convert

RGB 246 90 254 -
CMYK 0.03 0.65 0 0.00
HSL 297.07º 0.99% 0.67% -
HSV(B) 297.07º 0.65% 1% -
XYZ 59.55 34.06 97.2 -
YUV 155.34 183.68 192.66 -
System Red Green Blue C M Y K H S L
Decimal 246 90 254 0.03 0.65 0 0.00 297.07 0.99 0.67
Hex F6 5A FE 3 41 0 0 129 63 43
Octal 366 132 376 3 101 0 0 451 143 103
Binary 11110110 1011010 11111110 11 1000001 0 0 100101001 1100011 1000011

Color Harmonies of #F65AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65AFE

Black with #F65AFE

Text Example


Text Example

White with #F65AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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