Html Css Color HEX #F18FB4 Illusion

📋 copy color: '#F18FB4'

red 241 ◦ green 143 ◦ blue 180

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

Shades of Illusion #F18FB4

Tints of Illusion #F18FB4

RGB

 RED value IS 241 (94.53% from 255) = 42.73%

 GREEN value IS 143 (56.25% from 255) = 25.35%

 BLUE value IS 180 (70.7% from 255) = 31.91%

R = 42.73%
G = 25.35%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F18FB4 (or 0xF18FB4) is known color: Illusion. HEX triplet: F1, 8F and B4. RGB value is (241,143,180). Sum of RGB (Red+Green+Blue) = 241+143+180=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FB4 is #0E704B. Grayscale: #B0B0B0. Windows color (decimal): -946252 or 11833329. OLE color: 11833329.

HSL color Cylindrical-coordinate representation of color #F18FB4: hue angle of 337.35º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18FB4 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 143 180 -
CMYK 0 0.41 0.25 0.05
HSL 337.35º 0.78% 0.75% -
HSV(B) 337.35º 0.41% 0.95% -
XYZ 54.34 41.64 48.35 -
YUV 176.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 241 143 180 0 0.41 0.25 0.05 337.35 0.78 0.75
Hex F1 8F B4 0 29 19 5 151 4E 4B
Octal 361 217 264 0 51 31 5 521 116 113
Binary 11110001 10001111 10110100 0 101001 11001 101 101010001 1001110 1001011

Color Harmonies of #F18FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18FB4

Black with #F18FB4

Text Example


Text Example

White with #F18FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18FB4; }

 p { color: rgb(241,143,180); }

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

background-color css

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

 a { background-color: rgb(241,143,180); }

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

border-color css

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

 span { border-color: rgb(241,143,180); }

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