Html Css Color HEX #F25BFF Pink Flamingo

📋 copy color: '#F25BFF'

red 242 ◦ green 91 ◦ blue 255

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

Shades of Pink Flamingo #F25BFF

Tints of Pink Flamingo #F25BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.48%

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

R = 41.16%
G = 15.48%
B = 43.37%

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

#F25BFF (or 0xF25BFF) is known color: Pink Flamingo. HEX triplet: F2, 5B and FF. RGB value is (242,91,255). Sum of RGB (Red+Green+Blue) = 242+91+255=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 91 (35.94% from 255 or 15.48% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #F25BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25BFF is #0DA400. Grayscale: #9A9A9A. Windows color (decimal): -893953 or 16735218. OLE color: 16735218.

HSL color Cylindrical-coordinate representation of color #F25BFF: hue angle of 295.24º 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 #F25BFF is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 91 255 -
CMYK 0.05 0.64 0 0
HSL 295.24º 1% 0.68% -
HSV(B) 295.24º 0.64% 1% -
XYZ 58.41 33.58 98.01 -
YUV 154.85 184.53 190.16 -
System Red Green Blue C M Y K H S L
Decimal 242 91 255 0.05 0.64 0 0 295.24 1 0.68
Hex F2 5B FF 5 40 0 0 127 64 44
Octal 362 133 377 5 100 0 0 447 144 104
Binary 11110010 1011011 11111111 101 1000000 0 0 100100111 1100100 1000100

Color Harmonies of #F25BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BFF

Black with #F25BFF

Text Example


Text Example

White with #F25BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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