Html Css Color HEX #F25CF0 Pink Flamingo

📋 copy color: '#F25CF0'

red 242 ◦ green 92 ◦ blue 240

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

Shades of Pink Flamingo #F25CF0

Tints of Pink Flamingo #F25CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.81%

R = 42.16%
G = 16.03%
B = 41.81%

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

#F25CF0 (or 0xF25CF0) is known color: Pink Flamingo. HEX triplet: F2, 5C and F0. RGB value is (242,92,240). Sum of RGB (Red+Green+Blue) = 242+92+240=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 92 (36.33% from 255 or 16.03% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25CF0 is #0DA30F. Grayscale: #999999. Windows color (decimal): -893712 or 15752434. OLE color: 15752434.

HSL color Cylindrical-coordinate representation of color #F25CF0: hue angle of 300.8º 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 #F25CF0 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 92 240 -
CMYK 0 0.62 0.01 0.05
HSL 300.8º 0.85% 0.65% -
HSV(B) 300.8º 0.62% 0.95% -
XYZ 56.17 32.82 85.81 -
YUV 153.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 242 92 240 0 0.62 0.01 0.05 300.8 0.85 0.65
Hex F2 5C F0 0 3E 1 5 12D 55 41
Octal 362 134 360 0 76 1 5 455 125 101
Binary 11110010 1011100 11110000 0 111110 1 101 100101101 1010101 1000001

Color Harmonies of #F25CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CF0

Black with #F25CF0

Text Example


Text Example

White with #F25CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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