Html Css Color HEX #F25CEF Pink Flamingo

📋 copy color: '#F25CEF'

red 242 ◦ green 92 ◦ blue 239

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

Shades of Pink Flamingo #F25CEF

Tints of Pink Flamingo #F25CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.06%

 BLUE value IS 239 (93.75% from 255) = 41.71%

R = 42.23%
G = 16.06%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F25CEF (or 0xF25CEF) is known color: Pink Flamingo. HEX triplet: F2, 5C and EF. RGB value is (242,92,239). Sum of RGB (Red+Green+Blue) = 242+92+239=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 92 (36.33% from 255 or 16.06% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25CEF is #0DA310. Grayscale: #999999. Windows color (decimal): -893713 or 15686898. OLE color: 15686898.

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

Color convert

RGB 242 92 239 -
CMYK 0 0.62 0.01 0.05
HSL 301.2º 0.85% 0.65% -
HSV(B) 301.2º 0.62% 0.95% -
XYZ 56.03 32.76 85.03 -
YUV 153.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 242 92 239 0 0.62 0.01 0.05 301.2 0.85 0.65
Hex F2 5C EF 0 3E 1 5 12D 55 41
Octal 362 134 357 0 76 1 5 455 125 101
Binary 11110010 1011100 11101111 0 111110 1 101 100101101 1010101 1000001

Color Harmonies of #F25CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CEF

Black with #F25CEF

Text Example


Text Example

White with #F25CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CEF; }

 p { color: rgb(242,92,239); }

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

background-color css

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

 a { background-color: rgb(242,92,239); }

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

border-color css

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

 span { border-color: rgb(242,92,239); }

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