Html Css Color HEX #F25CFC Pink Flamingo

📋 copy color: '#F25CFC'

red 242 ◦ green 92 ◦ blue 252

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

Shades of Pink Flamingo #F25CFC

Tints of Pink Flamingo #F25CFC

RGB

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

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

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

R = 41.3%
G = 15.7%
B = 43%

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

#F25CFC (or 0xF25CFC) is known color: Pink Flamingo. HEX triplet: F2, 5C and FC. RGB value is (242,92,252). Sum of RGB (Red+Green+Blue) = 242+92+252=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 92 (36.33% from 255 or 15.70% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #F25CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25CFC is #0DA303. Grayscale: #9A9A9A. Windows color (decimal): -893700 or 16538866. OLE color: 16538866.

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

Color convert

RGB 242 92 252 -
CMYK 0.04 0.63 0 0.01
HSL 296.25º 0.96% 0.67% -
HSV(B) 296.25º 0.63% 0.99% -
XYZ 58.02 33.56 95.52 -
YUV 155.09 182.7 189.99 -
System Red Green Blue C M Y K H S L
Decimal 242 92 252 0.04 0.63 0 0.01 296.25 0.96 0.67
Hex F2 5C FC 4 3F 0 1 128 60 43
Octal 362 134 374 4 77 0 1 450 140 103
Binary 11110010 1011100 11111100 100 111111 0 1 100101000 1100000 1000011

Color Harmonies of #F25CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CFC

Black with #F25CFC

Text Example


Text Example

White with #F25CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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