Html Css Color HEX #F65FEF Pink Flamingo

📋 copy color: '#F65FEF'

red 246 ◦ green 95 ◦ blue 239

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

Shades of Pink Flamingo #F65FEF

Tints of Pink Flamingo #F65FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.21%

R = 42.41%
G = 16.38%
B = 41.21%

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

#F65FEF (or 0xF65FEF) is known color: Pink Flamingo. HEX triplet: F6, 5F and EF. RGB value is (246,95,239). Sum of RGB (Red+Green+Blue) = 246+95+239=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 95 (37.5% from 255 or 16.38% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65FEF is #09A010. Grayscale: #9C9C9C. Windows color (decimal): -630801 or 15687670. OLE color: 15687670.

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

Color convert

RGB 246 95 239 -
CMYK 0 0.61 0.03 0.04
HSL 302.78º 0.89% 0.67% -
HSV(B) 302.78º 0.61% 0.96% -
XYZ 57.68 34.01 85.19 -
YUV 156.57 174.53 191.79 -
System Red Green Blue C M Y K H S L
Decimal 246 95 239 0 0.61 0.03 0.04 302.78 0.89 0.67
Hex F6 5F EF 0 3D 3 4 12F 59 43
Octal 366 137 357 0 75 3 4 457 131 103
Binary 11110110 1011111 11101111 0 111101 11 100 100101111 1011001 1000011

Color Harmonies of #F65FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65FEF

Black with #F65FEF

Text Example


Text Example

White with #F65FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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