Html Css Color HEX #F65FED Pink Flamingo

📋 copy color: '#F65FED'

red 246 ◦ green 95 ◦ blue 237

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

Shades of Pink Flamingo #F65FED

Tints of Pink Flamingo #F65FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41%

R = 42.56%
G = 16.44%
B = 41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F65FED (or 0xF65FED) is known color: Pink Flamingo. HEX triplet: F6, 5F and ED. RGB value is (246,95,237). Sum of RGB (Red+Green+Blue) = 246+95+237=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 95 (37.5% from 255 or 16.44% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65FED is #09A012. Grayscale: #9B9B9B. Windows color (decimal): -630803 or 15556598. OLE color: 15556598.

HSL color Cylindrical-coordinate representation of color #F65FED: hue angle of 303.58º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FED is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 95 237 -
CMYK 0 0.61 0.04 0.04
HSL 303.58º 0.89% 0.67% -
HSV(B) 303.58º 0.61% 0.96% -
XYZ 57.38 33.89 83.64 -
YUV 156.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 246 95 237 0 0.61 0.04 0.04 303.58 0.89 0.67
Hex F6 5F ED 0 3D 4 4 130 59 43
Octal 366 137 355 0 75 4 4 460 131 103
Binary 11110110 1011111 11101101 0 111101 100 100 100110000 1011001 1000011

Color Harmonies of #F65FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65FED

Black with #F65FED

Text Example


Text Example

White with #F65FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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