Html Css Color HEX #F25FFA Pink Flamingo

📋 copy color: '#F25FFA'

red 242 ◦ green 95 ◦ blue 250

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

Shades of Pink Flamingo #F25FFA

Tints of Pink Flamingo #F25FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 41.23%
G = 16.18%
B = 42.59%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F25FFA (or 0xF25FFA) is known color: Pink Flamingo. HEX triplet: F2, 5F and FA. RGB value is (242,95,250). Sum of RGB (Red+Green+Blue) = 242+95+250=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 95 (37.5% from 255 or 16.18% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #F25FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25FFA is #0DA005. Grayscale: #9C9C9C. Windows color (decimal): -892934 or 16408562. OLE color: 16408562.

HSL color Cylindrical-coordinate representation of color #F25FFA: hue angle of 296.9º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25FFA is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 95 250 -
CMYK 0.03 0.62 0 0.02
HSL 296.9º 0.94% 0.68% -
HSV(B) 296.9º 0.62% 0.98% -
XYZ 57.97 33.96 93.94 -
YUV 156.62 180.7 188.9 -
System Red Green Blue C M Y K H S L
Decimal 242 95 250 0.03 0.62 0 0.02 296.9 0.94 0.68
Hex F2 5F FA 3 3E 0 2 129 5E 44
Octal 362 137 372 3 76 0 2 451 136 104
Binary 11110010 1011111 11111010 11 111110 0 10 100101001 1011110 1000100

Color Harmonies of #F25FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25FFA

Black with #F25FFA

Text Example


Text Example

White with #F25FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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