Html Css Color HEX #F25DF0 Pink Flamingo

📋 copy color: '#F25DF0'

red 242 ◦ green 93 ◦ blue 240

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

Shades of Pink Flamingo #F25DF0

Tints of Pink Flamingo #F25DF0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.17%

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

R = 42.09%
G = 16.17%
B = 41.74%

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

#F25DF0 (or 0xF25DF0) is known color: Pink Flamingo. HEX triplet: F2, 5D and F0. RGB value is (242,93,240). Sum of RGB (Red+Green+Blue) = 242+93+240=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 93 (36.72% from 255 or 16.17% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25DF0 is #0DA20F. Grayscale: #999999. Windows color (decimal): -893456 or 15752690. OLE color: 15752690.

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

Color convert

RGB 242 93 240 -
CMYK 0 0.62 0.01 0.05
HSL 300.81º 0.85% 0.66% -
HSV(B) 300.81º 0.62% 0.95% -
XYZ 56.26 33 85.84 -
YUV 154.31 176.36 190.55 -
System Red Green Blue C M Y K H S L
Decimal 242 93 240 0 0.62 0.01 0.05 300.81 0.85 0.66
Hex F2 5D F0 0 3E 1 5 12D 55 42
Octal 362 135 360 0 76 1 5 455 125 102
Binary 11110010 1011101 11110000 0 111110 1 101 100101101 1010101 1000010

Color Harmonies of #F25DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DF0

Black with #F25DF0

Text Example


Text Example

White with #F25DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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