Html Css Color HEX #F25AFF Pink Flamingo

📋 copy color: '#F25AFF'

red 242 ◦ green 90 ◦ blue 255

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

Shades of Pink Flamingo #F25AFF

Tints of Pink Flamingo #F25AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.33%

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

R = 41.23%
G = 15.33%
B = 43.44%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F25AFF (or 0xF25AFF) is known color: Pink Flamingo. HEX triplet: F2, 5A and FF. RGB value is (242,90,255). Sum of RGB (Red+Green+Blue) = 242+90+255=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 90 (35.55% from 255 or 15.33% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #F25AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25AFF is #0DA500. Grayscale: #999999. Windows color (decimal): -894209 or 16734962. OLE color: 16734962.

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

Color convert

RGB 242 90 255 -
CMYK 0.05 0.65 0 0
HSL 295.27º 1% 0.68% -
HSV(B) 295.27º 0.65% 1% -
XYZ 58.32 33.41 97.98 -
YUV 154.26 184.86 190.58 -
System Red Green Blue C M Y K H S L
Decimal 242 90 255 0.05 0.65 0 0 295.27 1 0.68
Hex F2 5A FF 5 41 0 0 127 64 44
Octal 362 132 377 5 101 0 0 447 144 104
Binary 11110010 1011010 11111111 101 1000001 0 0 100100111 1100100 1000100

Color Harmonies of #F25AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AFF

Black with #F25AFF

Text Example


Text Example

White with #F25AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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