Html Css Color HEX #F65FEE Pink Flamingo

📋 copy color: '#F65FEE'

red 246 ◦ green 95 ◦ blue 238

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

Shades of Pink Flamingo #F65FEE

Tints of Pink Flamingo #F65FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.11%

R = 42.49%
G = 16.41%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F65FEE (or 0xF65FEE) is known color: Pink Flamingo. HEX triplet: F6, 5F and EE. RGB value is (246,95,238). Sum of RGB (Red+Green+Blue) = 246+95+238=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 95 (37.5% from 255 or 16.41% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65FEE is #09A011. Grayscale: #9C9C9C. Windows color (decimal): -630802 or 15622134. OLE color: 15622134.

HSL color Cylindrical-coordinate representation of color #F65FEE: hue angle of 303.18º 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 #F65FEE is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 95 238 -
CMYK 0 0.61 0.03 0.04
HSL 303.18º 0.89% 0.67% -
HSV(B) 303.18º 0.61% 0.96% -
XYZ 57.53 33.95 84.41 -
YUV 156.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 246 95 238 0 0.61 0.03 0.04 303.18 0.89 0.67
Hex F6 5F EE 0 3D 3 4 12F 59 43
Octal 366 137 356 0 75 3 4 457 131 103
Binary 11110110 1011111 11101110 0 111101 11 100 100101111 1011001 1000011

Color Harmonies of #F65FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65FEE

Black with #F65FEE

Text Example


Text Example

White with #F65FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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