Html Css Color HEX #F258FD Pink Flamingo

📋 copy color: '#F258FD'

red 242 ◦ green 88 ◦ blue 253

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

Shades of Pink Flamingo #F258FD

Tints of Pink Flamingo #F258FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.4%

R = 41.51%
G = 15.09%
B = 43.4%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F258FD (or 0xF258FD) is known color: Pink Flamingo. HEX triplet: F2, 58 and FD. RGB value is (242,88,253). Sum of RGB (Red+Green+Blue) = 242+88+253=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 88 (34.77% from 255 or 15.09% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #F258FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F258FD is #0DA702. Grayscale: #989898. Windows color (decimal): -894723 or 16603378. OLE color: 16603378.

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

Color convert

RGB 242 88 253 -
CMYK 0.04 0.65 0 0.01
HSL 296º 0.98% 0.67% -
HSV(B) 296º 0.65% 0.99% -
XYZ 57.84 32.95 96.24 -
YUV 152.86 184.52 191.58 -
System Red Green Blue C M Y K H S L
Decimal 242 88 253 0.04 0.65 0 0.01 296 0.98 0.67
Hex F2 58 FD 4 41 0 1 128 62 43
Octal 362 130 375 4 101 0 1 450 142 103
Binary 11110010 1011000 11111101 100 1000001 0 1 100101000 1100010 1000011

Color Harmonies of #F258FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258FD

Black with #F258FD

Text Example


Text Example

White with #F258FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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