Html Css Color HEX #F19ABB Shocking

📋 copy color: '#F19ABB'

red 241 ◦ green 154 ◦ blue 187

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

Shades of Shocking #F19ABB

Tints of Shocking #F19ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.46%

 BLUE value IS 187 (73.44% from 255) = 32.13%

R = 41.41%
G = 26.46%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F19ABB (or 0xF19ABB) is known color: Shocking. HEX triplet: F1, 9A and BB. RGB value is (241,154,187). Sum of RGB (Red+Green+Blue) = 241+154+187=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ABB is #0E6544. Grayscale: #B7B7B7. Windows color (decimal): -943429 or 12294897. OLE color: 12294897.

HSL color Cylindrical-coordinate representation of color #F19ABB: hue angle of 337.24º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19ABB is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 154 187 -
CMYK 0 0.36 0.22 0.05
HSL 337.24º 0.76% 0.77% -
HSV(B) 337.24º 0.36% 0.95% -
XYZ 56.8 45.4 52.78 -
YUV 183.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 241 154 187 0 0.36 0.22 0.05 337.24 0.76 0.77
Hex F1 9A BB 0 24 16 5 151 4C 4D
Octal 361 232 273 0 44 26 5 521 114 115
Binary 11110001 10011010 10111011 0 100100 10110 101 101010001 1001100 1001101

Color Harmonies of #F19ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19ABB

Black with #F19ABB

Text Example


Text Example

White with #F19ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19ABB; }

 p { color: rgb(241,154,187); }

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

background-color css

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

 a { background-color: rgb(241,154,187); }

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

border-color css

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

 span { border-color: rgb(241,154,187); }

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