Html Css Color HEX #F258FB Pink Flamingo

📋 copy color: '#F258FB'

red 242 ◦ green 88 ◦ blue 251

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

Shades of Pink Flamingo #F258FB

Tints of Pink Flamingo #F258FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.2%

R = 41.65%
G = 15.15%
B = 43.2%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F258FB (or 0xF258FB) is known color: Pink Flamingo. HEX triplet: F2, 58 and FB. RGB value is (242,88,251). Sum of RGB (Red+Green+Blue) = 242+88+251=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 88 (34.77% from 255 or 15.15% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #F258FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F258FB is #0DA704. Grayscale: #989898. Windows color (decimal): -894725 or 16472306. OLE color: 16472306.

HSL color Cylindrical-coordinate representation of color #F258FB: hue angle of 296.69º degrees, saturation: 0.95, 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 #F258FB is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 88 251 -
CMYK 0.04 0.65 0 0.02
HSL 296.69º 0.95% 0.66% -
HSV(B) 296.69º 0.65% 0.98% -
XYZ 57.52 32.82 94.57 -
YUV 152.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 242 88 251 0.04 0.65 0 0.02 296.69 0.95 0.66
Hex F2 58 FB 4 41 0 2 129 5F 42
Octal 362 130 373 4 101 0 2 451 137 102
Binary 11110010 1011000 11111011 100 1000001 0 10 100101001 1011111 1000010

Color Harmonies of #F258FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258FB

Black with #F258FB

Text Example


Text Example

White with #F258FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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