Html Css Color HEX #F238F7 Pink Flamingo

📋 copy color: '#F238F7'

red 242 ◦ green 56 ◦ blue 247

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

Shades of Pink Flamingo #F238F7

Tints of Pink Flamingo #F238F7

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.28%

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

R = 44.4%
G = 10.28%
B = 45.32%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F238F7 (or 0xF238F7) is known color: Pink Flamingo. HEX triplet: F2, 38 and F7. RGB value is (242,56,247). Sum of RGB (Red+Green+Blue) = 242+56+247=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 56 (22.27% from 255 or 10.28% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #F238F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F238F7 is #0DC708. Grayscale: #848484. Windows color (decimal): -902921 or 16201970. OLE color: 16201970.

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

Color convert

RGB 242 56 247 -
CMYK 0.02 0.77 0 0.03
HSL 298.43º 0.92% 0.59% -
HSV(B) 298.43º 0.77% 0.97% -
XYZ 54.82 28.42 90.59 -
YUV 133.39 192.12 205.47 -
System Red Green Blue C M Y K H S L
Decimal 242 56 247 0.02 0.77 0 0.03 298.43 0.92 0.59
Hex F2 38 F7 2 4D 0 3 12A 5C 3B
Octal 362 70 367 2 115 0 3 452 134 73
Binary 11110010 111000 11110111 10 1001101 0 11 100101010 1011100 111011

Color Harmonies of #F238F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F238F7

Black with #F238F7

Text Example


Text Example

White with #F238F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F238F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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