Html Css Color HEX #F65EFA Pink Flamingo

📋 copy color: '#F65EFA'

red 246 ◦ green 94 ◦ blue 250

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

Shades of Pink Flamingo #F65EFA

Tints of Pink Flamingo #F65EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.93%

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 41.69%
G = 15.93%
B = 42.37%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F65EFA (or 0xF65EFA) is known color: Pink Flamingo. HEX triplet: F6, 5E and FA. RGB value is (246,94,250). Sum of RGB (Red+Green+Blue) = 246+94+250=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 94 (37.11% from 255 or 15.93% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #F65EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65EFA is #09A105. Grayscale: #9C9C9C. Windows color (decimal): -631046 or 16408310. OLE color: 16408310.

HSL color Cylindrical-coordinate representation of color #F65EFA: hue angle of 298.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65EFA is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 94 250 -
CMYK 0.02 0.62 0 0.02
HSL 298.46º 0.94% 0.67% -
HSV(B) 298.46º 0.62% 0.98% -
XYZ 59.26 34.5 93.98 -
YUV 157.23 180.36 191.32 -
System Red Green Blue C M Y K H S L
Decimal 246 94 250 0.02 0.62 0 0.02 298.46 0.94 0.67
Hex F6 5E FA 2 3E 0 2 12A 5E 43
Octal 366 136 372 2 76 0 2 452 136 103
Binary 11110110 1011110 11111010 10 111110 0 10 100101010 1011110 1000011

Color Harmonies of #F65EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65EFA

Black with #F65EFA

Text Example


Text Example

White with #F65EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65EFA; }

 p { color: rgb(246,94,250); }

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

background-color css

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

 a { background-color: rgb(246,94,250); }

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

border-color css

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

 span { border-color: rgb(246,94,250); }

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