Html Css Color HEX #F55CEE Pink Flamingo

📋 copy color: '#F55CEE'

red 245 ◦ green 92 ◦ blue 238

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

Shades of Pink Flamingo #F55CEE

Tints of Pink Flamingo #F55CEE

RGB

 RED value IS 245 (96.09% from 255) = 42.61%

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

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

R = 42.61%
G = 16%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F55CEE (or 0xF55CEE) is known color: Pink Flamingo. HEX triplet: F5, 5C and EE. RGB value is (245,92,238). Sum of RGB (Red+Green+Blue) = 245+92+238=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 92 (36.33% from 255 or 16% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55CEE is #0AA311. Grayscale: #999999. Windows color (decimal): -697106 or 15621365. OLE color: 15621365.

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

Color convert

RGB 245 92 238 -
CMYK 0 0.62 0.03 0.04
HSL 302.75º 0.88% 0.66% -
HSV(B) 302.75º 0.62% 0.96% -
XYZ 56.92 33.24 84.31 -
YUV 154.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 245 92 238 0 0.62 0.03 0.04 302.75 0.88 0.66
Hex F5 5C EE 0 3E 3 4 12F 58 42
Octal 365 134 356 0 76 3 4 457 130 102
Binary 11110101 1011100 11101110 0 111110 11 100 100101111 1011000 1000010

Color Harmonies of #F55CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55CEE

Black with #F55CEE

Text Example


Text Example

White with #F55CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55CEE; }

 p { color: rgb(245,92,238); }

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

background-color css

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

 a { background-color: rgb(245,92,238); }

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

border-color css

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

 span { border-color: rgb(245,92,238); }

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