Html Css Color HEX #F258EE Pink Flamingo

📋 copy color: '#F258EE'

red 242 ◦ green 88 ◦ blue 238

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

Shades of Pink Flamingo #F258EE

Tints of Pink Flamingo #F258EE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.49%

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

R = 42.61%
G = 15.49%
B = 41.9%

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

#F258EE (or 0xF258EE) is known color: Pink Flamingo. HEX triplet: F2, 58 and EE. RGB value is (242,88,238). Sum of RGB (Red+Green+Blue) = 242+88+238=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 88 (34.77% from 255 or 15.49% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F258EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F258EE is #0DA711. Grayscale: #969696. Windows color (decimal): -894738 or 15620338. OLE color: 15620338.

HSL color Cylindrical-coordinate representation of color #F258EE: hue angle of 301.56º 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 #F258EE is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 88 238 -
CMYK 0 0.64 0.02 0.05
HSL 301.56º 0.86% 0.65% -
HSV(B) 301.56º 0.64% 0.95% -
XYZ 55.54 32.03 84.14 -
YUV 151.15 177.02 192.8 -
System Red Green Blue C M Y K H S L
Decimal 242 88 238 0 0.64 0.02 0.05 301.56 0.86 0.65
Hex F2 58 EE 0 40 2 5 12E 56 41
Octal 362 130 356 0 100 2 5 456 126 101
Binary 11110010 1011000 11101110 0 1000000 10 101 100101110 1010110 1000001

Color Harmonies of #F258EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258EE

Black with #F258EE

Text Example


Text Example

White with #F258EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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