Html Css Color HEX #F25AF1 Pink Flamingo

📋 copy color: '#F25AF1'

red 242 ◦ green 90 ◦ blue 241

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

Shades of Pink Flamingo #F25AF1

Tints of Pink Flamingo #F25AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.71%

 BLUE value IS 241 (94.53% from 255) = 42.06%

R = 42.23%
G = 15.71%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F25AF1 (or 0xF25AF1) is known color: Pink Flamingo. HEX triplet: F2, 5A and F1. RGB value is (242,90,241). Sum of RGB (Red+Green+Blue) = 242+90+241=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 90 (35.55% from 255 or 15.71% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25AF1 is #0DA50E. Grayscale: #989898. Windows color (decimal): -894223 or 15817458. OLE color: 15817458.

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

Color convert

RGB 242 90 241 -
CMYK 0 0.63 0.00 0.05
HSL 300.39º 0.85% 0.65% -
HSV(B) 300.39º 0.63% 0.95% -
XYZ 56.15 32.54 86.54 -
YUV 152.66 177.86 191.72 -
System Red Green Blue C M Y K H S L
Decimal 242 90 241 0 0.63 0.00 0.05 300.39 0.85 0.65
Hex F2 5A F1 0 3F 0 5 12C 55 41
Octal 362 132 361 0 77 0 5 454 125 101
Binary 11110010 1011010 11110001 0 111111 0 101 100101100 1010101 1000001

Color Harmonies of #F25AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AF1

Black with #F25AF1

Text Example


Text Example

White with #F25AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AF1; }

 p { color: rgb(242,90,241); }

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

background-color css

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

 a { background-color: rgb(242,90,241); }

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

border-color css

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

 span { border-color: rgb(242,90,241); }

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