Html Css Color HEX #F25BF3 Pink Flamingo

📋 copy color: '#F25BF3'

red 242 ◦ green 91 ◦ blue 243

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

Shades of Pink Flamingo #F25BF3

Tints of Pink Flamingo #F25BF3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.8%

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

R = 42.01%
G = 15.8%
B = 42.19%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F25BF3 (or 0xF25BF3) is known color: Pink Flamingo. HEX triplet: F2, 5B and F3. RGB value is (242,91,243). Sum of RGB (Red+Green+Blue) = 242+91+243=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 91 (35.94% from 255 or 15.80% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #F25BF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25BF3 is #0DA40C. Grayscale: #999999. Windows color (decimal): -893965 or 15948786. OLE color: 15948786.

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

Color convert

RGB 242 91 243 -
CMYK 0.00 0.63 0 0.05
HSL 299.61º 0.86% 0.65% -
HSV(B) 299.61º 0.63% 0.95% -
XYZ 56.54 32.83 88.15 -
YUV 153.48 178.53 191.14 -
System Red Green Blue C M Y K H S L
Decimal 242 91 243 0.00 0.63 0 0.05 299.61 0.86 0.65
Hex F2 5B F3 0 3F 0 5 12C 56 41
Octal 362 133 363 0 77 0 5 454 126 101
Binary 11110010 1011011 11110011 0 111111 0 101 100101100 1010110 1000001

Color Harmonies of #F25BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BF3

Black with #F25BF3

Text Example


Text Example

White with #F25BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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