Html Css Color HEX #F25CF3 Pink Flamingo

📋 copy color: '#F25CF3'

red 242 ◦ green 92 ◦ blue 243

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

Shades of Pink Flamingo #F25CF3

Tints of Pink Flamingo #F25CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.11%

R = 41.94%
G = 15.94%
B = 42.11%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F25CF3 (or 0xF25CF3) is known color: Pink Flamingo. HEX triplet: F2, 5C and F3. RGB value is (242,92,243). Sum of RGB (Red+Green+Blue) = 242+92+243=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 92 (36.33% from 255 or 15.94% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #F25CF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25CF3 is #0DA30C. Grayscale: #999999. Windows color (decimal): -893709 or 15949042. OLE color: 15949042.

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

Color convert

RGB 242 92 243 -
CMYK 0.00 0.62 0 0.05
HSL 299.6º 0.86% 0.66% -
HSV(B) 299.6º 0.62% 0.95% -
XYZ 56.62 33 88.18 -
YUV 154.06 178.2 190.72 -
System Red Green Blue C M Y K H S L
Decimal 242 92 243 0.00 0.62 0 0.05 299.6 0.86 0.66
Hex F2 5C F3 0 3E 0 5 12C 56 42
Octal 362 134 363 0 76 0 5 454 126 102
Binary 11110010 1011100 11110011 0 111110 0 101 100101100 1010110 1000010

Color Harmonies of #F25CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CF3

Black with #F25CF3

Text Example


Text Example

White with #F25CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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