Html Css Color HEX #F65CEA Pink Flamingo

📋 copy color: '#F65CEA'

red 246 ◦ green 92 ◦ blue 234

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

Shades of Pink Flamingo #F65CEA

Tints of Pink Flamingo #F65CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.08%

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 43.01%
G = 16.08%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F65CEA (or 0xF65CEA) is known color: Pink Flamingo. HEX triplet: F6, 5C and EA. RGB value is (246,92,234). Sum of RGB (Red+Green+Blue) = 246+92+234=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 92 (36.33% from 255 or 16.08% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65CEA is #09A315. Grayscale: #999999. Windows color (decimal): -631574 or 15359222. OLE color: 15359222.

HSL color Cylindrical-coordinate representation of color #F65CEA: hue angle of 304.68º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65CEA is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 92 234 -
CMYK 0 0.63 0.05 0.04
HSL 304.68º 0.9% 0.66% -
HSV(B) 304.68º 0.63% 0.96% -
XYZ 56.68 33.19 81.26 -
YUV 154.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 246 92 234 0 0.63 0.05 0.04 304.68 0.9 0.66
Hex F6 5C EA 0 3F 5 4 131 5A 42
Octal 366 134 352 0 77 5 4 461 132 102
Binary 11110110 1011100 11101010 0 111111 101 100 100110001 1011010 1000010

Color Harmonies of #F65CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65CEA

Black with #F65CEA

Text Example


Text Example

White with #F65CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65CEA; }

 p { color: rgb(246,92,234); }

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

background-color css

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

 a { background-color: rgb(246,92,234); }

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

border-color css

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

 span { border-color: rgb(246,92,234); }

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