Html Css Color HEX #F25FF0 Pink Flamingo

📋 copy color: '#F25FF0'

red 242 ◦ green 95 ◦ blue 240

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

Shades of Pink Flamingo #F25FF0

Tints of Pink Flamingo #F25FF0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.46%

 BLUE value IS 240 (94.14% from 255) = 41.59%

R = 41.94%
G = 16.46%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F25FF0 (or 0xF25FF0) is known color: Pink Flamingo. HEX triplet: F2, 5F and F0. RGB value is (242,95,240). Sum of RGB (Red+Green+Blue) = 242+95+240=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 95 (37.5% from 255 or 16.46% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25FF0 is #0DA00F. Grayscale: #9B9B9B. Windows color (decimal): -892944 or 15753202. OLE color: 15753202.

HSL color Cylindrical-coordinate representation of color #F25FF0: hue angle of 300.82º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25FF0 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 95 240 -
CMYK 0 0.61 0.01 0.05
HSL 300.82º 0.85% 0.66% -
HSV(B) 300.82º 0.61% 0.95% -
XYZ 56.44 33.35 85.9 -
YUV 155.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 242 95 240 0 0.61 0.01 0.05 300.82 0.85 0.66
Hex F2 5F F0 0 3D 1 5 12D 55 42
Octal 362 137 360 0 75 1 5 455 125 102
Binary 11110010 1011111 11110000 0 111101 1 101 100101101 1010101 1000010

Color Harmonies of #F25FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25FF0

Black with #F25FF0

Text Example


Text Example

White with #F25FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25FF0; }

 p { color: rgb(242,95,240); }

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

background-color css

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

 a { background-color: rgb(242,95,240); }

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

border-color css

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

 span { border-color: rgb(242,95,240); }

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