Html Css Color HEX #FA8092 Carissma

📋 copy color: '#FA8092'

red 250 ◦ green 128 ◦ blue 146

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

Shades of Carissma #FA8092

Tints of Carissma #FA8092

RGB

 RED value IS 250 (98.05% from 255) = 47.71%

 GREEN value IS 128 (50.39% from 255) = 24.43%

 BLUE value IS 146 (57.42% from 255) = 27.86%

R = 47.71%
G = 24.43%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA8092 (or 0xFA8092) is known color: Carissma. HEX triplet: FA, 80 and 92. RGB value is (250,128,146). Sum of RGB (Red+Green+Blue) = 250+128+146=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8092 is #057F6D. Grayscale: #A6A6A6. Windows color (decimal): -360302 or 9601274. OLE color: 9601274.

HSL color Cylindrical-coordinate representation of color #FA8092: hue angle of 351.15º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA8092 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 146 -
CMYK 0 0.49 0.42 0.02
HSL 351.15º 0.92% 0.74% -
HSV(B) 351.15º 0.49% 0.98% -
XYZ 52.33 37.84 31.74 -
YUV 166.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 250 128 146 0 0.49 0.42 0.02 351.15 0.92 0.74
Hex FA 80 92 0 31 2A 2 15F 5C 4A
Octal 372 200 222 0 61 52 2 537 134 112
Binary 11111010 10000000 10010010 0 110001 101010 10 101011111 1011100 1001010

Color Harmonies of #FA8092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8092

Black with #FA8092

Text Example


Text Example

White with #FA8092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8092; }

 p { color: rgb(250,128,146); }

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

background-color css

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

 a { background-color: rgb(250,128,146); }

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

border-color css

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

 span { border-color: rgb(250,128,146); }

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