Html Css Color HEX #F258FE Pink Flamingo

📋 copy color: '#F258FE'

red 242 ◦ green 88 ◦ blue 254

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

Shades of Pink Flamingo #F258FE

Tints of Pink Flamingo #F258FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 41.44%
G = 15.07%
B = 43.49%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F258FE (or 0xF258FE) is known color: Pink Flamingo. HEX triplet: F2, 58 and FE. RGB value is (242,88,254). Sum of RGB (Red+Green+Blue) = 242+88+254=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 88 (34.77% from 255 or 15.07% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #F258FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F258FE is #0DA701. Grayscale: #989898. Windows color (decimal): -894722 or 16668914. OLE color: 16668914.

HSL color Cylindrical-coordinate representation of color #F258FE: hue angle of 295.66º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F258FE is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 88 254 -
CMYK 0.05 0.65 0 0.00
HSL 295.66º 0.99% 0.67% -
HSV(B) 295.66º 0.65% 1% -
XYZ 58 33.01 97.08 -
YUV 152.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 242 88 254 0.05 0.65 0 0.00 295.66 0.99 0.67
Hex F2 58 FE 5 41 0 0 128 63 43
Octal 362 130 376 5 101 0 0 450 143 103
Binary 11110010 1011000 11111110 101 1000001 0 0 100101000 1100011 1000011

Color Harmonies of #F258FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258FE

Black with #F258FE

Text Example


Text Example

White with #F258FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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