Html Css Color HEX #F25AFD Pink Flamingo

📋 copy color: '#F25AFD'

red 242 ◦ green 90 ◦ blue 253

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

Shades of Pink Flamingo #F25AFD

Tints of Pink Flamingo #F25AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.25%

R = 41.37%
G = 15.38%
B = 43.25%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F25AFD (or 0xF25AFD) is known color: Pink Flamingo. HEX triplet: F2, 5A and FD. RGB value is (242,90,253). Sum of RGB (Red+Green+Blue) = 242+90+253=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 90 (35.55% from 255 or 15.38% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #F25AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25AFD is #0DA502. Grayscale: #999999. Windows color (decimal): -894211 or 16603890. OLE color: 16603890.

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

Color convert

RGB 242 90 253 -
CMYK 0.04 0.64 0 0.01
HSL 295.95º 0.98% 0.67% -
HSV(B) 295.95º 0.64% 0.99% -
XYZ 58 33.28 96.3 -
YUV 154.03 183.86 190.75 -
System Red Green Blue C M Y K H S L
Decimal 242 90 253 0.04 0.64 0 0.01 295.95 0.98 0.67
Hex F2 5A FD 4 40 0 1 128 62 43
Octal 362 132 375 4 100 0 1 450 142 103
Binary 11110010 1011010 11111101 100 1000000 0 1 100101000 1100010 1000011

Color Harmonies of #F25AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AFD

Black with #F25AFD

Text Example


Text Example

White with #F25AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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