Html Css Color HEX #FB7A8C Carissma

📋 copy color: '#FB7A8C'

red 251 ◦ green 122 ◦ blue 140

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

Shades of Carissma #FB7A8C

Tints of Carissma #FB7A8C

RGB

 RED value IS 251 (98.44% from 255) = 48.93%

 GREEN value IS 122 (48.05% from 255) = 23.78%

 BLUE value IS 140 (55.08% from 255) = 27.29%

R = 48.93%
G = 23.78%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB7A8C (or 0xFB7A8C) is known color: Carissma. HEX triplet: FB, 7A and 8C. RGB value is (251,122,140). Sum of RGB (Red+Green+Blue) = 251+122+140=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7A8C is #048573. Grayscale: #A2A2A2. Windows color (decimal): -296308 or 9206523. OLE color: 9206523.

HSL color Cylindrical-coordinate representation of color #FB7A8C: hue angle of 351.63º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7A8C is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 122 140 -
CMYK 0 0.51 0.44 0.02
HSL 351.63º 0.94% 0.73% -
HSV(B) 351.63º 0.51% 0.98% -
XYZ 51.48 36.32 29.11 -
YUV 162.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 251 122 140 0 0.51 0.44 0.02 351.63 0.94 0.73
Hex FB 7A 8C 0 33 2C 2 160 5E 49
Octal 373 172 214 0 63 54 2 540 136 111
Binary 11111011 1111010 10001100 0 110011 101100 10 101100000 1011110 1001001

Color Harmonies of #FB7A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7A8C

Black with #FB7A8C

Text Example


Text Example

White with #FB7A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7A8C; }

 p { color: rgb(251,122,140); }

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

background-color css

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

 a { background-color: rgb(251,122,140); }

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

border-color css

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

 span { border-color: rgb(251,122,140); }

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