Html Css Color HEX #F23AF9 Pink Flamingo

📋 copy color: '#F23AF9'

red 242 ◦ green 58 ◦ blue 249

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

Shades of Pink Flamingo #F23AF9

Tints of Pink Flamingo #F23AF9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.56%

 BLUE value IS 249 (97.66% from 255) = 45.36%

R = 44.08%
G = 10.56%
B = 45.36%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F23AF9 (or 0xF23AF9) is known color: Pink Flamingo. HEX triplet: F2, 3A and F9. RGB value is (242,58,249). Sum of RGB (Red+Green+Blue) = 242+58+249=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 58 (23.05% from 255 or 10.56% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #F23AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23AF9 is #0DC506. Grayscale: #868686. Windows color (decimal): -902407 or 16333554. OLE color: 16333554.

HSL color Cylindrical-coordinate representation of color #F23AF9: hue angle of 297.8º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23AF9 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 58 249 -
CMYK 0.03 0.77 0 0.02
HSL 297.8º 0.94% 0.6% -
HSV(B) 297.8º 0.77% 0.98% -
XYZ 55.23 28.74 92.26 -
YUV 134.79 192.46 204.47 -
System Red Green Blue C M Y K H S L
Decimal 242 58 249 0.03 0.77 0 0.02 297.8 0.94 0.6
Hex F2 3A F9 3 4D 0 2 12A 5E 3C
Octal 362 72 371 3 115 0 2 452 136 74
Binary 11110010 111010 11111001 11 1001101 0 10 100101010 1011110 111100

Color Harmonies of #F23AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23AF9

Black with #F23AF9

Text Example


Text Example

White with #F23AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23AF9; }

 p { color: rgb(242,58,249); }

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

background-color css

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

 a { background-color: rgb(242,58,249); }

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

border-color css

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

 span { border-color: rgb(242,58,249); }

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