Html Css Color HEX #F25AF4 Pink Flamingo

📋 copy color: '#F25AF4'

red 242 ◦ green 90 ◦ blue 244

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

Shades of Pink Flamingo #F25AF4

Tints of Pink Flamingo #F25AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.36%

R = 42.01%
G = 15.63%
B = 42.36%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F25AF4 (or 0xF25AF4) is known color: Pink Flamingo. HEX triplet: F2, 5A and F4. RGB value is (242,90,244). Sum of RGB (Red+Green+Blue) = 242+90+244=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 90 (35.55% from 255 or 15.62% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #F25AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25AF4 is #0DA50B. Grayscale: #989898. Windows color (decimal): -894220 or 16014066. OLE color: 16014066.

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

Color convert

RGB 242 90 244 -
CMYK 0.01 0.63 0 0.04
HSL 299.22º 0.88% 0.65% -
HSV(B) 299.22º 0.63% 0.96% -
XYZ 56.6 32.72 88.92 -
YUV 153 179.36 191.48 -
System Red Green Blue C M Y K H S L
Decimal 242 90 244 0.01 0.63 0 0.04 299.22 0.88 0.65
Hex F2 5A F4 1 3F 0 4 12B 58 41
Octal 362 132 364 1 77 0 4 453 130 101
Binary 11110010 1011010 11110100 1 111111 0 100 100101011 1011000 1000001

Color Harmonies of #F25AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AF4

Black with #F25AF4

Text Example


Text Example

White with #F25AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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