Html Css Color HEX #F25EFF Pink Flamingo

📋 copy color: '#F25EFF'

red 242 ◦ green 94 ◦ blue 255

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

Shades of Pink Flamingo #F25EFF

Tints of Pink Flamingo #F25EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.91%

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

R = 40.95%
G = 15.91%
B = 43.15%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F25EFF (or 0xF25EFF) is known color: Pink Flamingo. HEX triplet: F2, 5E and FF. RGB value is (242,94,255). Sum of RGB (Red+Green+Blue) = 242+94+255=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 94 (37.11% from 255 or 15.91% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #F25EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25EFF is #0DA100. Grayscale: #9C9C9C. Windows color (decimal): -893185 or 16735986. OLE color: 16735986.

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

Color convert

RGB 242 94 255 -
CMYK 0.05 0.63 0 0
HSL 295.16º 1% 0.68% -
HSV(B) 295.16º 0.63% 1% -
XYZ 58.67 34.1 98.1 -
YUV 156.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 242 94 255 0.05 0.63 0 0 295.16 1 0.68
Hex F2 5E FF 5 3F 0 0 127 64 44
Octal 362 136 377 5 77 0 0 447 144 104
Binary 11110010 1011110 11111111 101 111111 0 0 100100111 1100100 1000100

Color Harmonies of #F25EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EFF

Black with #F25EFF

Text Example


Text Example

White with #F25EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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