Html Css Color HEX #F23CF9 Pink Flamingo

📋 copy color: '#F23CF9'

red 242 ◦ green 60 ◦ blue 249

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

Shades of Pink Flamingo #F23CF9

Tints of Pink Flamingo #F23CF9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.89%

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

R = 43.92%
G = 10.89%
B = 45.19%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F23CF9 (or 0xF23CF9) is known color: Pink Flamingo. HEX triplet: F2, 3C and F9. RGB value is (242,60,249). Sum of RGB (Red+Green+Blue) = 242+60+249=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 60 (23.83% from 255 or 10.89% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #F23CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23CF9 is #0DC306. Grayscale: #878787. Windows color (decimal): -901895 or 16334066. OLE color: 16334066.

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

Color convert

RGB 242 60 249 -
CMYK 0.03 0.76 0 0.02
HSL 297.78º 0.94% 0.61% -
HSV(B) 297.78º 0.76% 0.98% -
XYZ 55.33 28.95 92.29 -
YUV 135.96 191.8 203.63 -
System Red Green Blue C M Y K H S L
Decimal 242 60 249 0.03 0.76 0 0.02 297.78 0.94 0.61
Hex F2 3C F9 3 4C 0 2 12A 5E 3D
Octal 362 74 371 3 114 0 2 452 136 75
Binary 11110010 111100 11111001 11 1001100 0 10 100101010 1011110 111101

Color Harmonies of #F23CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23CF9

Black with #F23CF9

Text Example


Text Example

White with #F23CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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