Html Css Color HEX #F255EE Pink Flamingo

📋 copy color: '#F255EE'

red 242 ◦ green 85 ◦ blue 238

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

Shades of Pink Flamingo #F255EE

Tints of Pink Flamingo #F255EE

RGB

 RED value IS 242 (94.92% from 255) = 42.83%

 GREEN value IS 85 (33.59% from 255) = 15.04%

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

R = 42.83%
G = 15.04%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F255EE (or 0xF255EE) is known color: Pink Flamingo. HEX triplet: F2, 55 and EE. RGB value is (242,85,238). Sum of RGB (Red+Green+Blue) = 242+85+238=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F255EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F255EE is #0DAA11. Grayscale: #949494. Windows color (decimal): -895506 or 15619570. OLE color: 15619570.

HSL color Cylindrical-coordinate representation of color #F255EE: hue angle of 301.53º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F255EE is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 85 238 -
CMYK 0 0.65 0.02 0.05
HSL 301.53º 0.86% 0.64% -
HSV(B) 301.53º 0.65% 0.95% -
XYZ 55.3 31.55 84.06 -
YUV 149.39 178.01 194.06 -
System Red Green Blue C M Y K H S L
Decimal 242 85 238 0 0.65 0.02 0.05 301.53 0.86 0.64
Hex F2 55 EE 0 41 2 5 12E 56 40
Octal 362 125 356 0 101 2 5 456 126 100
Binary 11110010 1010101 11101110 0 1000001 10 101 100101110 1010110 1000000

Color Harmonies of #F255EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255EE

Black with #F255EE

Text Example


Text Example

White with #F255EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255EE; }

 p { color: rgb(242,85,238); }

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

background-color css

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

 a { background-color: rgb(242,85,238); }

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

border-color css

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

 span { border-color: rgb(242,85,238); }

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