Html Css Color HEX #F257EE Pink Flamingo

📋 copy color: '#F257EE'

red 242 ◦ green 87 ◦ blue 238

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

Shades of Pink Flamingo #F257EE

Tints of Pink Flamingo #F257EE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.34%

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

R = 42.68%
G = 15.34%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F257EE (or 0xF257EE) is known color: Pink Flamingo. HEX triplet: F2, 57 and EE. RGB value is (242,87,238). Sum of RGB (Red+Green+Blue) = 242+87+238=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 87 (34.38% from 255 or 15.34% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F257EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F257EE is #0DA811. Grayscale: #969696. Windows color (decimal): -894994 or 15620082. OLE color: 15620082.

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

Color convert

RGB 242 87 238 -
CMYK 0 0.64 0.02 0.05
HSL 301.55º 0.86% 0.65% -
HSV(B) 301.55º 0.64% 0.95% -
XYZ 55.46 31.87 84.12 -
YUV 150.56 177.35 193.22 -
System Red Green Blue C M Y K H S L
Decimal 242 87 238 0 0.64 0.02 0.05 301.55 0.86 0.65
Hex F2 57 EE 0 40 2 5 12E 56 41
Octal 362 127 356 0 100 2 5 456 126 101
Binary 11110010 1010111 11101110 0 1000000 10 101 100101110 1010110 1000001

Color Harmonies of #F257EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F257EE

Black with #F257EE

Text Example


Text Example

White with #F257EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F257EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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