Html Css Color HEX #F25CFB Pink Flamingo

📋 copy color: '#F25CFB'

red 242 ◦ green 92 ◦ blue 251

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

Shades of Pink Flamingo #F25CFB

Tints of Pink Flamingo #F25CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.91%

R = 41.37%
G = 15.73%
B = 42.91%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F25CFB (or 0xF25CFB) is known color: Pink Flamingo. HEX triplet: F2, 5C and FB. RGB value is (242,92,251). Sum of RGB (Red+Green+Blue) = 242+92+251=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 92 (36.33% from 255 or 15.73% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #F25CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25CFB is #0DA304. Grayscale: #9A9A9A. Windows color (decimal): -893701 or 16473330. OLE color: 16473330.

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

Color convert

RGB 242 92 251 -
CMYK 0.04 0.63 0 0.02
HSL 296.6º 0.95% 0.67% -
HSV(B) 296.6º 0.63% 0.98% -
XYZ 57.86 33.5 94.68 -
YUV 154.98 182.2 190.07 -
System Red Green Blue C M Y K H S L
Decimal 242 92 251 0.04 0.63 0 0.02 296.6 0.95 0.67
Hex F2 5C FB 4 3F 0 2 129 5F 43
Octal 362 134 373 4 77 0 2 451 137 103
Binary 11110010 1011100 11111011 100 111111 0 10 100101001 1011111 1000011

Color Harmonies of #F25CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CFB

Black with #F25CFB

Text Example


Text Example

White with #F25CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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