Html Css Color HEX #F23DF7 Pink Flamingo

📋 copy color: '#F23DF7'

red 242 ◦ green 61 ◦ blue 247

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

Shades of Pink Flamingo #F23DF7

Tints of Pink Flamingo #F23DF7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.09%

 BLUE value IS 247 (96.88% from 255) = 44.91%

R = 44%
G = 11.09%
B = 44.91%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F23DF7 (or 0xF23DF7) is known color: Pink Flamingo. HEX triplet: F2, 3D and F7. RGB value is (242,61,247). Sum of RGB (Red+Green+Blue) = 242+61+247=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 61 (24.22% from 255 or 11.09% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #F23DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23DF7 is #0DC208. Grayscale: #878787. Windows color (decimal): -901641 or 16203250. OLE color: 16203250.

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

Color convert

RGB 242 61 247 -
CMYK 0.02 0.75 0 0.03
HSL 298.39º 0.92% 0.6% -
HSV(B) 298.39º 0.75% 0.97% -
XYZ 55.08 28.93 90.68 -
YUV 136.32 190.47 203.38 -
System Red Green Blue C M Y K H S L
Decimal 242 61 247 0.02 0.75 0 0.03 298.39 0.92 0.6
Hex F2 3D F7 2 4B 0 3 12A 5C 3C
Octal 362 75 367 2 113 0 3 452 134 74
Binary 11110010 111101 11110111 10 1001011 0 11 100101010 1011100 111100

Color Harmonies of #F23DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23DF7

Black with #F23DF7

Text Example


Text Example

White with #F23DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23DF7; }

 p { color: rgb(242,61,247); }

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

background-color css

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

 a { background-color: rgb(242,61,247); }

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

border-color css

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

 span { border-color: rgb(242,61,247); }

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