Html Css Color HEX #F25DFF Pink Flamingo

📋 copy color: '#F25DFF'

red 242 ◦ green 93 ◦ blue 255

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

Shades of Pink Flamingo #F25DFF

Tints of Pink Flamingo #F25DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.76%

 BLUE value IS 255 (100% from 255) = 43.22%

R = 41.02%
G = 15.76%
B = 43.22%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F25DFF (or 0xF25DFF) is known color: Pink Flamingo. HEX triplet: F2, 5D and FF. RGB value is (242,93,255). Sum of RGB (Red+Green+Blue) = 242+93+255=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 93 (36.72% from 255 or 15.76% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #F25DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25DFF is #0DA200. Grayscale: #9B9B9B. Windows color (decimal): -893441 or 16735730. OLE color: 16735730.

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

Color convert

RGB 242 93 255 -
CMYK 0.05 0.64 0 0
HSL 295.19º 1% 0.68% -
HSV(B) 295.19º 0.64% 1% -
XYZ 58.58 33.93 98.07 -
YUV 156.02 183.86 189.33 -
System Red Green Blue C M Y K H S L
Decimal 242 93 255 0.05 0.64 0 0 295.19 1 0.68
Hex F2 5D FF 5 40 0 0 127 64 44
Octal 362 135 377 5 100 0 0 447 144 104
Binary 11110010 1011101 11111111 101 1000000 0 0 100100111 1100100 1000100

Color Harmonies of #F25DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DFF

Black with #F25DFF

Text Example


Text Example

White with #F25DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DFF; }

 p { color: rgb(242,93,255); }

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

background-color css

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

 a { background-color: rgb(242,93,255); }

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

border-color css

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

 span { border-color: rgb(242,93,255); }

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