Html Css Color HEX #F25EFC Pink Flamingo

📋 copy color: '#F25EFC'

red 242 ◦ green 94 ◦ blue 252

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

Shades of Pink Flamingo #F25EFC

Tints of Pink Flamingo #F25EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.86%

R = 41.16%
G = 15.99%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F25EFC (or 0xF25EFC) is known color: Pink Flamingo. HEX triplet: F2, 5E and FC. RGB value is (242,94,252). Sum of RGB (Red+Green+Blue) = 242+94+252=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 94 (37.11% from 255 or 15.99% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #F25EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25EFC is #0DA103. Grayscale: #9B9B9B. Windows color (decimal): -893188 or 16539378. OLE color: 16539378.

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

Color convert

RGB 242 94 252 -
CMYK 0.04 0.63 0 0.01
HSL 296.2º 0.96% 0.68% -
HSV(B) 296.2º 0.63% 0.99% -
XYZ 58.19 33.91 95.57 -
YUV 156.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 242 94 252 0.04 0.63 0 0.01 296.2 0.96 0.68
Hex F2 5E FC 4 3F 0 1 128 60 44
Octal 362 136 374 4 77 0 1 450 140 104
Binary 11110010 1011110 11111100 100 111111 0 1 100101000 1100000 1000100

Color Harmonies of #F25EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EFC

Black with #F25EFC

Text Example


Text Example

White with #F25EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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