Html Css Color HEX #F23BFA Pink Flamingo

📋 copy color: '#F23BFA'

red 242 ◦ green 59 ◦ blue 250

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

Shades of Pink Flamingo #F23BFA

Tints of Pink Flamingo #F23BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 10.71%

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 43.92%
G = 10.71%
B = 45.37%

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

#F23BFA (or 0xF23BFA) is known color: Pink Flamingo. HEX triplet: F2, 3B and FA. RGB value is (242,59,250). Sum of RGB (Red+Green+Blue) = 242+59+250=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 59 (23.44% from 255 or 10.71% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #F23BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23BFA is #0DC405. Grayscale: #868686. Windows color (decimal): -902150 or 16399346. OLE color: 16399346.

HSL color Cylindrical-coordinate representation of color #F23BFA: hue angle of 297.49º degrees, saturation: 0.95, 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 #F23BFA is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 59 250 -
CMYK 0.03 0.76 0 0.02
HSL 297.49º 0.95% 0.61% -
HSV(B) 297.49º 0.76% 0.98% -
XYZ 55.44 28.91 93.1 -
YUV 135.49 192.63 203.97 -
System Red Green Blue C M Y K H S L
Decimal 242 59 250 0.03 0.76 0 0.02 297.49 0.95 0.61
Hex F2 3B FA 3 4C 0 2 129 5F 3D
Octal 362 73 372 3 114 0 2 451 137 75
Binary 11110010 111011 11111010 11 1001100 0 10 100101001 1011111 111101

Color Harmonies of #F23BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23BFA

Black with #F23BFA

Text Example


Text Example

White with #F23BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23BFA; }

 p { color: rgb(242,59,250); }

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

background-color css

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

 a { background-color: rgb(242,59,250); }

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

border-color css

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

 span { border-color: rgb(242,59,250); }

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