Html Css Color HEX #F258FA Pink Flamingo

📋 copy color: '#F258FA'

red 242 ◦ green 88 ◦ blue 250

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

Shades of Pink Flamingo #F258FA

Tints of Pink Flamingo #F258FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 41.72%
G = 15.17%
B = 43.1%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F258FA (or 0xF258FA) is known color: Pink Flamingo. HEX triplet: F2, 58 and FA. RGB value is (242,88,250). Sum of RGB (Red+Green+Blue) = 242+88+250=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 88 (34.77% from 255 or 15.17% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #F258FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F258FA is #0DA705. Grayscale: #989898. Windows color (decimal): -894726 or 16406770. OLE color: 16406770.

HSL color Cylindrical-coordinate representation of color #F258FA: hue angle of 297.04º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F258FA is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 88 250 -
CMYK 0.03 0.65 0 0.02
HSL 297.04º 0.94% 0.66% -
HSV(B) 297.04º 0.65% 0.98% -
XYZ 57.36 32.76 93.74 -
YUV 152.51 183.02 191.83 -
System Red Green Blue C M Y K H S L
Decimal 242 88 250 0.03 0.65 0 0.02 297.04 0.94 0.66
Hex F2 58 FA 3 41 0 2 129 5E 42
Octal 362 130 372 3 101 0 2 451 136 102
Binary 11110010 1011000 11111010 11 1000001 0 10 100101001 1011110 1000010

Color Harmonies of #F258FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258FA

Black with #F258FA

Text Example


Text Example

White with #F258FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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